| 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.
|
|
|