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

Unified Diff: chrome/browser/chromeos/login/users/user_manager.h

Issue 378513005: [Athena] Extract Chrome OS authentication stack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in one more test Created 6 years, 5 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 | « chrome/browser/chromeos/login/users/user.cc ('k') | chrome/browser/chromeos/login/users/user_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/users/user_manager.h
diff --git a/chrome/browser/chromeos/login/users/user_manager.h b/chrome/browser/chromeos/login/users/user_manager.h
index dbd8a29b7e11fcde91482df3180bb616751b1cbe..7fa359a78c8a5a11d03c797733675cce0e32c8cd 100644
--- a/chrome/browser/chromeos/login/users/user_manager.h
+++ b/chrome/browser/chromeos/login/users/user_manager.h
@@ -75,26 +75,6 @@ class UserManager {
DISALLOW_COPY_AND_ASSIGN(UserAccountData);
};
- // Username for stub login when not running on ChromeOS.
- static const char kStubUser[];
-
- // Username for the login screen. It is only used to identify login screen
- // tries to set default wallpaper. It is not a real user.
- static const char kSignInUser[];
-
- // Magic e-mail addresses are bad. They exist here because some code already
- // depends on them and it is hard to figure out what. Any user types added in
- // the future should be identified by a new |UserType|, not a new magic e-mail
- // address.
- // Username for Guest session user.
- static const char kGuestUserName[];
-
- // Domain that is used for all locally managed users.
- static const char kLocallyManagedUserDomain[];
-
- // The retail mode user has a magic, domainless e-mail address.
- static const char kRetailModeUserName[];
-
// Creates the singleton instance. This method is not thread-safe and must be
// called from the main UI thread.
static void Initialize();
« no previous file with comments | « chrome/browser/chromeos/login/users/user.cc ('k') | chrome/browser/chromeos/login/users/user_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698