13 lines
343 B
Diff
13 lines
343 B
Diff
--- a/browser/base/content/browser.js
|
|
+++ b/browser/base/content/browser.js
|
|
@@ -1687,9 +1687,6 @@
|
|
gSync.init();
|
|
}, {timeout: 1000 * 5});
|
|
|
|
- if (AppConstants.MOZ_DATA_REPORTING)
|
|
- gDataNotificationInfoBar.init();
|
|
-
|
|
requestIdleCallback(() => {
|
|
// setup simple gestures support
|
|
gGestureSupport.init(true);
|