Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: popup.js

Issue 5739851907334144: Update browser actions everytime filters are loaded or saved (Closed)
Patch Set: Created Feb. 24, 2014, 4:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.js
===================================================================
--- a/popup.js
+++ b/popup.js
@@ -16,7 +16,7 @@
*/
var backgroundPage = ext.backgroundPage.getWindow();
-var imports = ["require", "extractHostFromURL", "refreshIconAndContextMenu", "openOptions"];
+var imports = ["require", "extractHostFromURL", "openOptions"];
for (var i = 0; i < imports.length; i++)
window[imports[i]] = backgroundPage[imports[i]];
@@ -108,8 +108,6 @@
filter = isWhitelisted(tab.url);
}
}
-
- refreshIconAndContextMenu(tab);
}
function activateClickHide()
« no previous file with comments | « background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld