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

Unified Diff: ash/common/shelf/shelf_layout_manager.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
« no previous file with comments | « ash/common/session/session_state_observer.h ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_layout_manager.h
diff --git a/ash/common/shelf/shelf_layout_manager.h b/ash/common/shelf/shelf_layout_manager.h
index 6666a8d3e9d05f8c2c6f737836095b14f1bd2733..e0eda195807683e70e1989bf90990922b1debe5f 100644
--- a/ash/common/shelf/shelf_layout_manager.h
+++ b/ash/common/shelf/shelf_layout_manager.h
@@ -148,7 +148,7 @@ class ASH_EXPORT ShelfLayoutManager
void OnLockStateEvent(LockStateObserver::EventType event) override;
// Overridden from SessionStateObserver:
- void SessionStateChanged(SessionStateDelegate::SessionState state) override;
+ void SessionStateChanged(session_manager::SessionState state) override;
// TODO(msw): Remove these accessors, kept temporarily to simplify changes.
ShelfAlignment GetAlignment() const { return shelf_widget_->GetAlignment(); }
« no previous file with comments | « ash/common/session/session_state_observer.h ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698