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: Removing patch file Created Aug. 24, 2018, 8:41 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
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();
-

Powered by Google App Engine
This is Rietveld