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

Unified Diff: ash/common/session/session_state_delegate.cc

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_delegate.h ('k') | ash/common/session/session_state_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/session/session_state_delegate.cc
diff --git a/ash/common/session/session_state_delegate.cc b/ash/common/session/session_state_delegate.cc
index 2523787f10fc1123c5d4d7469f5dda1221359c28..fc1a94978eaa1fb71443547239523f9f5c3551d7 100644
--- a/ash/common/session/session_state_delegate.cc
+++ b/ash/common/session/session_state_delegate.cc
@@ -7,7 +7,7 @@
namespace ash {
bool SessionStateDelegate::IsInSecondaryLoginScreen() const {
- return GetSessionState() == SESSION_STATE_LOGIN_SECONDARY;
+ return GetSessionState() == session_manager::SessionState::LOGIN_SECONDARY;
}
bool SessionStateDelegate::CanAddUserToMultiProfile(
« no previous file with comments | « ash/common/session/session_state_delegate.h ('k') | ash/common/session/session_state_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698