| Index: chrome/browser/notifications/message_center_notification_manager.h
|
| ===================================================================
|
| --- chrome/browser/notifications/message_center_notification_manager.h (revision 263121)
|
| +++ chrome/browser/notifications/message_center_notification_manager.h (working copy)
|
| @@ -27,6 +27,7 @@
|
|
|
| class MessageCenterSettingsController;
|
| class Notification;
|
| +class PrefRegistrySimple;
|
| class PrefService;
|
| class Profile;
|
|
|
| @@ -48,6 +49,9 @@
|
| scoped_ptr<message_center::NotifierSettingsProvider> settings_provider);
|
| virtual ~MessageCenterNotificationManager();
|
|
|
| + // Registers preferences.
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
| +
|
| // NotificationUIManager
|
| virtual void Add(const Notification& notification,
|
| Profile* profile) OVERRIDE;
|
|
|