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

Unified Diff: ash/shell.h

Issue 10514008: Add WebNotificationTray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 6e874c03a82b7ebbaf24a51fc380a20a1eec1203..dd901cfe2aa0c9117bfdbe61535348817866dd45 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -71,6 +71,7 @@ class SystemTrayDelegate;
class SystemTray;
class UserWallpaperDelegate;
class VideoDetector;
+class WebNotificationTray;
class WindowCycleController;
namespace internal {
@@ -293,6 +294,10 @@ class ASH_EXPORT Shell {
SystemTray* system_tray() const { return system_tray_.get(); }
+ WebNotificationTray* web_notification_tray() const {
+ return web_notification_tray_.get();
+ }
+
// Returns the size of the grid.
int GetGridSize() const;
@@ -446,6 +451,9 @@ class ASH_EXPORT Shell {
// System tray with clock, Wi-Fi signal, etc.
scoped_ptr<SystemTray> system_tray_;
+ // Tray for web notifications.
+ scoped_ptr<WebNotificationTray> web_notification_tray_;
+
// Used by ash/shell.
content::BrowserContext* browser_context_;
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/shell.cc » ('j') | ash/system/status_area_widget_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698