| Index: chrome/browser/chromeos/login/users/user_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/users/user_manager.cc b/chrome/browser/chromeos/login/users/user_manager.cc
|
| index ccac4b1f0cfee1f6bc0d15917af75713738a3ab3..275f123dd2220877d71eabb613630a2f12d164c8 100644
|
| --- a/chrome/browser/chromeos/login/users/user_manager.cc
|
| +++ b/chrome/browser/chromeos/login/users/user_manager.cc
|
| @@ -13,23 +13,6 @@
|
|
|
| namespace chromeos {
|
|
|
| -// static
|
| -const char UserManager::kStubUser[] = "stub-user@example.com";
|
| -
|
| -// static
|
| -const char UserManager::kSignInUser[] = "sign-in-user-id";
|
| -
|
| -// static
|
| -// Should match cros constant in platform/libchromeos/chromeos/cryptohome.h
|
| -const char UserManager::kGuestUserName[] = "$guest";
|
| -
|
| -// static
|
| -const char UserManager::kLocallyManagedUserDomain[] =
|
| - "locally-managed.localhost";
|
| -
|
| -
|
| -// static
|
| -const char UserManager::kRetailModeUserName[] = "demouser@";
|
| static UserManager* g_user_manager = NULL;
|
|
|
| UserManager::Observer::~Observer() {
|
|
|