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

Unified Diff: background.js

Issue 4918989293617152: Issue 1819 - Update dependency on adblockplusui in adblockpluschrome and remove unnecessary code (Closed)
Patch Set: Created Jan. 15, 2015, 6:02 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 | « no previous file | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -259,20 +259,16 @@ function addSubscription(prevVersion)
}
Prefs.addListener(function(name)
{
if (name == "shouldShowBlockElementMenu")
refreshIconAndContextMenuForAllPages();
});
-// TODO: This hack should be removed, however currently
-// the firstRun page still calls backgroundPage.openOptions()
-openOptions = ext.showOptions;
-
function prepareNotificationIconAndPopup()
{
var animateIcon = (activeNotification.type !== "question");
activeNotification.onClicked = function()
{
if (animateIcon)
iconAnimation.stop();
notificationClosed();
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld