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

Unified Diff: ash/system/user/login_status.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/user/login_status.h ('k') | ash/system/user/tray_user.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/login_status.cc
diff --git a/ash/system/user/login_status.cc b/ash/system/user/login_status.cc
index 74537e1103ed3f8c1af9dcbd884a6238c05f8919..19e64cd52f7fc4fc492e5d184110134c1df80243 100644
--- a/ash/system/user/login_status.cc
+++ b/ash/system/user/login_status.cc
@@ -18,10 +18,10 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
bool multiline) {
int message_id;
switch (status) {
- case LOGGED_IN_GUEST:
+ case LoginStatus::GUEST:
message_id = IDS_ASH_STATUS_TRAY_EXIT_GUEST;
break;
- case LOGGED_IN_PUBLIC:
+ case LoginStatus::PUBLIC:
message_id = IDS_ASH_STATUS_TRAY_EXIT_PUBLIC;
break;
default:
« no previous file with comments | « ash/system/user/login_status.h ('k') | ash/system/user/tray_user.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698