diff options
Diffstat (limited to 'chrome/browser/notifications/message_center_notification_manager.h')
-rw-r--r-- | chrome/browser/notifications/message_center_notification_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h index a87520d..52f3c165 100644 --- a/chrome/browser/notifications/message_center_notification_manager.h +++ b/chrome/browser/notifications/message_center_notification_manager.h @@ -27,6 +27,7 @@ class MessageCenterSettingsController; class Notification; +class PrefRegistrySimple; class PrefService; class Profile; @@ -48,6 +49,9 @@ class MessageCenterNotificationManager 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; |