firefox-patches/disable-datasharing-infobar.patch

12 lines
302 B
Diff
Raw Permalink Normal View History

2017-09-20 19:13:30 +02:00
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
2017-11-20 20:14:25 +01:00
@@ -1548,9 +1548,6 @@
MenuTouchModeObserver.init();
}
2017-09-20 19:13:30 +02:00
- if (AppConstants.MOZ_DATA_REPORTING)
- gDataNotificationInfoBar.init();
-
2017-11-20 20:14:25 +01:00
if (!AppConstants.MOZILLA_OFFICIAL)
DevelopmentHelpers.init();