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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 2103603002: mash: Remove StatusAreaWidget references from system tray classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments, rename SetSystemTrayHeight to SetTrayBubbleHeight Created 4 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/system/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 4df6b00374e647dd88f6335f7c76c73f781c7ae3..792a8c30b5713f26fa686e1d64a77d849679078a 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -17,8 +17,6 @@ class ImageView;
namespace ash {
-class StatusAreaWidget;
-
// Status area tray for showing a toggle for Overview Mode. Overview Mode
// is equivalent to WindowSelectorController being in selection mode.
// This hosts a ShellObserver that listens for the activation of Maximize Mode
@@ -28,7 +26,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
public SessionStateObserver,
public ShellObserver {
public:
- explicit OverviewButtonTray(StatusAreaWidget* status_area_widget);
+ explicit OverviewButtonTray(WmShelf* wm_shelf);
~OverviewButtonTray() override;
// Updates the tray's visibility based on the LoginStatus and the current
« no previous file with comments | « ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc ('k') | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698