| Index: chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| index efe4d6adec6d249532a37f141ff24d293628e466..48bc2820ca586be6c0050616887b20843e1e6336 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| @@ -197,7 +197,6 @@ void EnrollmentScreenHandler::ShowAuthError(
|
| case GoogleServiceAuthError::NONE:
|
| case GoogleServiceAuthError::CAPTCHA_REQUIRED:
|
| case GoogleServiceAuthError::TWO_FACTOR:
|
| - case GoogleServiceAuthError::HOSTED_NOT_ALLOWED:
|
| case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
|
| case GoogleServiceAuthError::REQUEST_CANCELED:
|
| case GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE:
|
| @@ -214,6 +213,7 @@ void EnrollmentScreenHandler::ShowAuthError(
|
| case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
|
| ShowError(IDS_ENTERPRISE_ENROLLMENT_AUTH_NETWORK_ERROR, true);
|
| return;
|
| + case GoogleServiceAuthError::HOSTED_NOT_ALLOWED_DEPRECATED:
|
| case GoogleServiceAuthError::NUM_STATES:
|
| break;
|
| }
|
|
|