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

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

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: add comment about session state in SessionStaetDelegateChromeos Created 4 years, 2 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/common/system/overview/overview_button_tray.h
diff --git a/ash/common/system/overview/overview_button_tray.h b/ash/common/system/overview/overview_button_tray.h
index 1654458d62aba826889cd1926270efe619de7326..314fd64389ed74c09f3b8a7a12ef327945220842 100644
--- a/ash/common/system/overview/overview_button_tray.h
+++ b/ash/common/system/overview/overview_button_tray.h
@@ -37,7 +37,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
bool PerformAction(const ui::Event& event) override;
// SessionStateObserver:
- void SessionStateChanged(SessionStateDelegate::SessionState state) override;
+ void SessionStateChanged(session_manager::SessionState state) override;
// ShellObserver:
void OnMaximizeModeStarted() override;
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | ash/common/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698