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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2489723005: chromeos: Make system tray audio item observe CrasAudioHandler directly (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « ash/common/system/tray/system_tray_notifier.cc ('k') | ash/common/wm_root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index 43eca2e44dc27590d21ca4ec0ab5a650978e9172..b0f75c78a3ecfe7e8f99b735703d4d0cacb22f8a 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -31,6 +31,7 @@ class AnimatingWallpaperWidgetController;
class DockedWindowLayoutManager;
class PanelLayoutManager;
class SystemModalContainerLayoutManager;
+class SystemTray;
class WallpaperWidgetController;
class WmShelf;
class WmShell;
@@ -103,6 +104,9 @@ class ASH_EXPORT WmRootWindowController {
// TODO(jamescook): Eliminate this and handle show via Shelf.
void ShowShelf();
+ // Returns the system tray controller. May be null for external displays.
+ SystemTray* GetSystemTray();
+
// Returns the window associated with this WmRootWindowController.
virtual WmWindow* GetWindow() = 0;
« no previous file with comments | « ash/common/system/tray/system_tray_notifier.cc ('k') | ash/common/wm_root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698