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

Unified Diff: chrome/browser/browser_process.h

Issue 208068: Desktop Notifications UI (for windows) (Closed)
Patch Set: Created 11 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index ef3b6d706089768cd631018669c3121d6ad7affc..bb0d79461014d2f6b28272c69482f779a3e54bc9 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -22,6 +22,7 @@ class DownloadRequestManager;
class GoogleURLTracker;
class IconManager;
class MetricsService;
+class NotificationUIManager;
class PrefService;
class ProfileManager;
class DebuggerWrapper;
@@ -83,6 +84,11 @@ class BrowserProcess {
virtual DevToolsManager* devtools_manager() = 0;
virtual Clipboard* clipboard() = 0;
+#if defined(OS_WIN)
+ // Returns the manager for desktop notifications.
+ virtual NotificationUIManager* notification_ui_manager() = 0;
+#endif
+
// Returns the thread that we perform I/O coordination on (network requests,
// communication with renderers, etc.
// NOTE: need to check the return value for NULL.
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698