13 lines
327 B
Diff
13 lines
327 B
Diff
--- a/browser/base/content/browser.js
|
|
+++ b/browser/base/content/browser.js
|
|
@@ -1636,9 +1636,6 @@ var gBrowserInit = {
|
|
// initialize the sync UI
|
|
gSync.init();
|
|
|
|
- if (AppConstants.MOZ_DATA_REPORTING)
|
|
- gDataNotificationInfoBar.init();
|
|
-
|
|
gBrowserThumbnails.init();
|
|
|
|
gExtensionsNotifications.init();
|