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

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: tweak 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..bf60027a5c691b3b3b720a41e72c0b9444503975 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -17,7 +17,7 @@ class ImageView;
namespace ash {
-class StatusAreaWidget;
+class WmShelf;
// Status area tray for showing a toggle for Overview Mode. Overview Mode
// is equivalent to WindowSelectorController being in selection mode.
@@ -28,7 +28,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

Powered by Google App Engine
This is Rietveld 408576698