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

Unified Diff: ash/common/system/chromeos/palette/palette_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/chromeos/palette/palette_tray.h
diff --git a/ash/common/system/chromeos/palette/palette_tray.h b/ash/common/system/chromeos/palette/palette_tray.h
index 4805e12f1442fd578a2d622f9f789b318de3a616..e719ad90b8587de324a58d7e83c089b38724f34d 100644
--- a/ash/common/system/chromeos/palette/palette_tray.h
+++ b/ash/common/system/chromeos/palette/palette_tray.h
@@ -47,7 +47,7 @@ class ASH_EXPORT PaletteTray : 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 OnLockStateChanged(bool locked) override;
« no previous file with comments | « ash/common/shelf/shelf_locking_manager_unittest.cc ('k') | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698