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

Unified Diff: ash/sysui/sysui_application.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 4 years, 6 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/sysui/sysui_application.cc
diff --git a/ash/sysui/sysui_application.cc b/ash/sysui/sysui_application.cc
index 138355e299316f307f73c3140f0943d11d4e53c7..0531f6270ad5a73a19f849d05d7d567c245d84fa 100644
--- a/ash/sysui/sysui_application.cc
+++ b/ash/sysui/sysui_application.cc
@@ -250,7 +250,7 @@ class AshInit {
base::Bind(&KeyboardUIMus::Create, connector);
Shell::CreateInstance(init_params);
Shell::GetInstance()->CreateShelf();
- Shell::GetInstance()->UpdateAfterLoginStatusChange(user::LOGGED_IN_USER);
+ Shell::GetInstance()->UpdateAfterLoginStatusChange(LoginStatus::USER);
Shell::GetPrimaryRootWindow()->GetHost()->Show();
}

Powered by Google App Engine
This is Rietveld 408576698