| Index: chrome/browser/browser_process.h
|
| ===================================================================
|
| --- chrome/browser/browser_process.h (revision 30470)
|
| +++ chrome/browser/browser_process.h (working copy)
|
| @@ -23,6 +23,7 @@
|
| class GoogleURLTracker;
|
| class IconManager;
|
| class MetricsService;
|
| +class NotificationUIManager;
|
| class PrefService;
|
| class ProfileManager;
|
| class DebuggerWrapper;
|
| @@ -69,6 +70,9 @@
|
| virtual DevToolsManager* devtools_manager() = 0;
|
| virtual Clipboard* clipboard() = 0;
|
|
|
| + // Returns the manager for desktop notifications.
|
| + virtual NotificationUIManager* notification_ui_manager() = 0;
|
| +
|
| // Returns the thread that we perform I/O coordination on (network requests,
|
| // communication with renderers, etc.
|
| // NOTE: You should ONLY use this to pass to IPC or other objects which must
|
|
|