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

Unified Diff: chrome/common/net/gaia/google_service_auth_error.h

Issue 8632005: Part 1 of work to do user sign in based on OAuth2: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: chrome/common/net/gaia/google_service_auth_error.h
===================================================================
--- chrome/common/net/gaia/google_service_auth_error.h (revision 110361)
+++ chrome/common/net/gaia/google_service_auth_error.h (working copy)
@@ -78,6 +78,9 @@
// The user has provided a HOSTED account, when this service requires
// a GOOGLE account.
HOSTED_NOT_ALLOWED = 10,
+
+ // Response format was unexpected.
+ UNEXPECTED_RESPONSE = 11,
};
// Additional data for CAPTCHA_REQUIRED errors.

Powered by Google App Engine
This is Rietveld 408576698