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

Unified Diff: mobile/android/chrome/content/browser.js

Issue 29863604: Issue 6865 - Update ABP dependency to version 3.2 (Closed)
Patch Set: Adjusting code style Created Jan. 16, 2019, 1:45 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 | « mobile/android/base/moz.build ('k') | toolkit/components/extensions/ext-c-runtime.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/chrome/content/browser.js
===================================================================
--- a/mobile/android/chrome/content/browser.js
+++ b/mobile/android/chrome/content/browser.js
@@ -6803,12 +6803,8 @@
icon: elt.icon,
label: elt.label,
disabled: elt.disabled,
menu: elt instanceof HTMLMenuElement
};
}
},
});
-
-let {AdblockPlusApi} = Cu.import("chrome://adblockplus/content/Api.jsm");
-AdblockPlusApi.initCommunication();
-
« no previous file with comments | « mobile/android/base/moz.build ('k') | toolkit/components/extensions/ext-c-runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld