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(); |
- |