| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index bba6d82717a7cc90e18e39f485e96285f27e843a..d5e5570a00a844803142207d2e2ecb79bb080c4f 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -240,7 +240,7 @@ void ExistingUserController::UpdateLoginDisplay(
|
| user_manager::UserManager::Get()->AreSupervisedUsersAllowed();
|
| bool meets_whitelist_requirements =
|
| LoginUtils::IsWhitelisted((*it)->email(), NULL) ||
|
| - (*it)->GetType() != user_manager::USER_TYPE_REGULAR;
|
| + !(*it)->HasGaiaAccount();
|
|
|
| // Public session accounts are always shown on login screen.
|
| bool meets_show_users_requirements =
|
|
|