| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 540ba2a4de4aace6afd5160c2185b67ee104c328..3d06ace04417ee2f5024b401dd11107028d43c98 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -30,6 +30,7 @@ class IconManager;
|
| class IntranetRedirectDetector;
|
| class IOThread;
|
| class MediaFileSystemRegistry;
|
| +class NotificationBridge;
|
| class NotificationUIManager;
|
| class PrefRegistrySimple;
|
| class PrefService;
|
| @@ -150,7 +151,10 @@ class BrowserProcess {
|
| extension_event_router_forwarder() = 0;
|
|
|
| // Returns the manager for desktop notifications.
|
| + // TODO(miguelg) This is in the process of being deprecated in favour of
|
| + // NotificationBridge + NotificationDisplayService
|
| virtual NotificationUIManager* notification_ui_manager() = 0;
|
| + virtual NotificationBridge* notification_bridge() = 0;
|
|
|
| // MessageCenter is a global list of currently displayed notifications.
|
| virtual message_center::MessageCenter* message_center() = 0;
|
|
|