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

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

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Removed default case Created March 22, 2015, 9:23 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
diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js
index e886b41ba473008b259573c0522fb2191c634379..3630cb1a32fb9aebc0ffd294351174340cad7a23 100644
--- a/mobile/android/chrome/content/browser.js
+++ b/mobile/android/chrome/content/browser.js
@@ -8448,3 +8448,7 @@ HTMLContextMenuItem.prototype = Object.create(ContextMenuItem.prototype, {
}
},
});
+
+let {AdblockPlusApi} = Cu.import("chrome://adblockplus/content/Api.jsm");
+AdblockPlusApi.initCommunication();
+
« no previous file with comments | « mobile/android/base/strings.xml.in ('k') | mobile/android/thirdparty/org/adblockplus/browser/AbpCheckBoxPreference.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld