| 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.
|
|
|