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

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

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: fix compile 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/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..a7e8e2ddcf3999dd715212da835e59236a32ef45 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() == SessionState::LOGIN_SECONDARY;
}
bool SessionStateDelegate::CanAddUserToMultiProfile(

Powered by Google App Engine
This is Rietveld 408576698