Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1703)

Unified Diff: google_apis/gaia/google_service_auth_error.h

Issue 2314913003: Deprecate HOSTED_NOT_ALLOWED auth error (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698