| 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 013756a7c1f63cbd58873e6605b7231550d4da62..1dc89d724052e5fff77fff2b14af9e022a97a4d4 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -196,7 +196,7 @@ void ExistingUserController::UpdateLoginDisplay(const UserList& users) {
|
| (*it)->GetType() != User::USER_TYPE_LOCALLY_MANAGED ||
|
| UserManager::Get()->AreLocallyManagedUsersAllowed();
|
| bool meets_whitelist_requirements =
|
| - LoginUtils::IsWhitelisted((*it)->email()) ||
|
| + LoginUtils::IsWhitelisted((*it)->email(), NULL) ||
|
| (*it)->GetType() != User::USER_TYPE_REGULAR;
|
| if (meets_locally_managed_requirements && meets_whitelist_requirements) {
|
| filtered_users.push_back(*it);
|
|
|