Index: chrome/common/net/gaia/gaia_auth_fetcher.h |
=================================================================== |
--- chrome/common/net/gaia/gaia_auth_fetcher.h (revision 68762) |
+++ chrome/common/net/gaia/gaia_auth_fetcher.h (working copy) |
@@ -105,6 +105,7 @@ |
// Constants for parsing ClientLogin errors. |
static const char kAccountDeletedError[]; |
static const char kAccountDisabledError[]; |
+ static const char kBadAuthenticationError[]; |
static const char kCaptchaError[]; |
static const char kServiceUnavailableError[]; |
static const char kErrorParam[]; |
@@ -192,6 +193,8 @@ |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, CaptchaParse); |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, AccountDeletedError); |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, AccountDisabledError); |
+ FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, BadAuthenticationError); |
+ FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, IncomprehensibleError); |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, ServiceUnavailableError); |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, CheckNormalErrorCode); |
FRIEND_TEST_ALL_PREFIXES(GaiaAuthFetcherTest, CheckTwoFactorResponse); |