| 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 0885d44a886d5f1c472240ef9efefbb35ec13c30..c22412de08e222681c1bce0585a32926144d9389 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc
|
| @@ -184,7 +184,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:
|
| @@ -201,6 +200,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;
|
| }
|
|
|