Skip to content

Commit 19cfb23

Browse files
committed
Remove obsolete TODO
1 parent 96921f9 commit 19cfb23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chromium/background.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ var passiveTypes = { main_frame: 1, sub_frame: 1, image: 1, xmlhttprequest: 1};
180180

181181
// Record a non-HTTPS URL loaded by a given hostname in the Switch Planner, for
182182
// use in determining which resources need to be ported to HTTPS.
183-
// TODO: Maybe unique by resource URL, so reloading a single page doesn't double
184-
// the counts?
185183
function writeToSwitchPlanner(type, tab_id, resource_host, resource_url, rewritten_url) {
186184
var rw = "rw";
187185
if (rewritten_url == null)

0 commit comments

Comments
 (0)