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

Unified Diff: ash/system/user/login_status.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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.cc » ('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 97c05c1550e860ab3fba04892e687a667e94c59e..0e218654af35c1c2f55073d42291124045a89170 100644
--- a/ash/system/user/login_status.cc
+++ b/ash/system/user/login_status.cc
@@ -21,9 +21,6 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
case LOGGED_IN_GUEST:
message_id = IDS_ASH_STATUS_TRAY_EXIT_GUEST;
break;
- case LOGGED_IN_RETAIL_MODE:
- message_id = IDS_ASH_STATUS_TRAY_EXIT_KIOSK;
- break;
case LOGGED_IN_PUBLIC:
message_id = IDS_ASH_STATUS_TRAY_EXIT_PUBLIC;
break;
« no previous file with comments | « ash/system/user/login_status.h ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698