| Index: google_apis/gaia/google_service_auth_error.h
|
| diff --git a/google_apis/gaia/google_service_auth_error.h b/google_apis/gaia/google_service_auth_error.h
|
| index 9549ad7817459c4f47b55a8f44d0368c4d82a423..15ea7e3e30a01f28768fe676cb67349897ec3b09 100644
|
| --- a/google_apis/gaia/google_service_auth_error.h
|
| +++ b/google_apis/gaia/google_service_auth_error.h
|
| @@ -74,9 +74,9 @@ class GoogleServiceAuthError {
|
| // prior to completion.
|
| REQUEST_CANCELED = 9,
|
|
|
| - // The user has provided a HOSTED account, when this service requires
|
| - // a GOOGLE account.
|
| - HOSTED_NOT_ALLOWED = 10,
|
| + // HOSTED accounts are deprecated; left in enumeration to match
|
| + // GoogleServiceAuthError enum in histograms.xml.
|
| + HOSTED_NOT_ALLOWED_DEPRECATED = 10,
|
|
|
| // Indicates the service responded to a request, but we cannot
|
| // interpret the response.
|
|
|