firefox-patches/disable-datasharing-infobar.patch

13 lines
343 B
Diff
Raw Normal View History

2017-09-20 19:13:30 +02:00
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
2017-10-17 23:11:44 +02:00
@@ -1687,9 +1687,6 @@
gSync.init();
}, {timeout: 1000 * 5});
2017-09-20 19:13:30 +02:00
- if (AppConstants.MOZ_DATA_REPORTING)
- gDataNotificationInfoBar.init();
-
2017-10-17 23:11:44 +02:00
requestIdleCallback(() => {
// setup simple gestures support
gGestureSupport.init(true);