| Index: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
|
| diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
|
| index b9ef172a1b2b855f190da790289a6b7e59ce4a20..1e5c856e184d7bb555ab37d3e50229f7251be7e5 100644
|
| --- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
|
| +++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
|
| @@ -263,7 +263,6 @@ void EnterpriseEnrollmentHelperImpl::ReportAuthStatus(
|
| 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:
|
| @@ -289,6 +288,7 @@ void EnterpriseEnrollmentHelperImpl::ReportAuthStatus(
|
| UMA(policy::kMetricEnrollmentNetworkFailed);
|
| LOG(WARNING) << "Network error " << error.state();
|
| break;
|
| + case GoogleServiceAuthError::HOSTED_NOT_ALLOWED_DEPRECATED:
|
| case GoogleServiceAuthError::NUM_STATES:
|
| NOTREACHED();
|
| break;
|
|
|