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

Unified Diff: chromeos/login/user_names.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 | « chromeos/login/user_names.h ('k') | chromeos/settings/cros_settings_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/user_names.cc
diff --git a/chromeos/login/user_names.cc b/chromeos/login/user_names.cc
index df3be0fd0e2e85af26929adf7e81f7788c8b8fad..52ed05362e23881db9dc346df670f19346ac9562 100644
--- a/chromeos/login/user_names.cc
+++ b/chromeos/login/user_names.cc
@@ -18,8 +18,6 @@ const char* kGuestUserName = "$guest";
const char* kSupervisedUserDomain = "locally-managed.localhost";
-const char* kRetailModeUserName = "demouser@";
-
std::string CanonicalizeUserID(const std::string& user_id) {
if (user_id == chromeos::login::kGuestUserName)
return user_id;
« no previous file with comments | « chromeos/login/user_names.h ('k') | chromeos/settings/cros_settings_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698