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

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: fix test 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
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/sysui_application.cc
diff --git a/ash/sysui/sysui_application.cc b/ash/sysui/sysui_application.cc
index 79ecd6fbcd015aeb0a0d1cc4403c73afd5e6e53d..3ff642feb43c6f14b9a21dd7f3332db6aac22e1f 100644
--- a/ash/sysui/sysui_application.cc
+++ b/ash/sysui/sysui_application.cc
@@ -251,7 +251,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();
}
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698