Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 1334363002: [Eraser] First pass at removing the notification center panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar fix Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 0e55d16393a6242f88eecdd44aacabff661ffa6a..acd3bd734736632ba6db5ba83d92fa41d2f57587 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -37,7 +37,6 @@
#include "chrome/browser/net/predictor.h"
#include "chrome/browser/net/ssl_config_service_manager.h"
#include "chrome/browser/notifications/extension_welcome_notification.h"
-#include "chrome/browser/notifications/message_center_notification_manager.h"
#include "chrome/browser/notifications/notifier_state_tracker.h"
#include "chrome/browser/pepper_flash_settings_manager.h"
#include "chrome/browser/plugins/plugin_finder.h"
@@ -279,11 +278,6 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
EasyUnlockService::RegisterPrefs(registry);
#endif
-#if defined(ENABLE_NOTIFICATIONS) && !defined(OS_ANDROID)
- // Android does not use the message center for notifications.
- MessageCenterNotificationManager::RegisterPrefs(registry);
-#endif
-
#if defined(ENABLE_PLUGINS)
PluginFinder::RegisterPrefs(registry);
#endif

Powered by Google App Engine
This is Rietveld 408576698