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

Unified Diff: chromeos/login/user_names.h

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/login_state.cc ('k') | chromeos/login/user_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/user_names.h
diff --git a/chromeos/login/user_names.h b/chromeos/login/user_names.h
index 41bdff0e7bba114097d9c3ce2967c502d47ea43f..718d7aeb797e549c8c662579cdb4bc94c3515b40 100644
--- a/chromeos/login/user_names.h
+++ b/chromeos/login/user_names.h
@@ -30,9 +30,6 @@ CHROMEOS_EXPORT extern const char* kGuestUserName;
// Domain that is used for all supervised users.
CHROMEOS_EXPORT extern const char* kSupervisedUserDomain;
-// The retail mode user has a magic, domainless e-mail address.
-CHROMEOS_EXPORT extern const char* kRetailModeUserName;
-
// Canonicalizes a GAIA user ID, accounting for the legacy guest mode user ID
// which does trips up gaia::CanonicalizeEmail() because it does not contain an
// @ symbol.
« no previous file with comments | « chromeos/login/login_state.cc ('k') | chromeos/login/user_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698