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

Unified Diff: chrome/browser/chromeos/login/session/restore_after_crash_session_manager_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
Index: chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
diff --git a/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc b/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
index a3ae19f22987a780d665e7aab5e2eb7c746e0041..12dc85a522e81f47ee11e9214cb6774e00232ba6 100644
--- a/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
+++ b/chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc
@@ -35,7 +35,7 @@ RestoreAfterCrashSessionManagerDelegate::
void RestoreAfterCrashSessionManagerDelegate::Start() {
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
- session_manager_->SetSessionState(session_manager::SESSION_STATE_ACTIVE);
+ session_manager_->SetSessionState(session_manager::SessionState::ACTIVE);
// TODO(nkostylev): Identify tests that do not set this kLoginUser flag but
// still rely on "stub user" session. Keeping existing behavior to avoid

Powered by Google App Engine
This is Rietveld 408576698