Index: chrome/common/net/gaia/gaia_auth_fetcher.cc |
diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.cc b/chrome/common/net/gaia/gaia_auth_fetcher.cc |
index 0499168bf8043d05525d2efc159d3405bdf32921..0da33ca4eb8e57c26513319bac33b3d84681177b 100644 |
--- a/chrome/common/net/gaia/gaia_auth_fetcher.cc |
+++ b/chrome/common/net/gaia/gaia_auth_fetcher.cc |
@@ -361,6 +361,7 @@ GoogleServiceAuthError GaiaAuthFetcher::GenerateAuthError( |
} |
NOTREACHED(); |
+ return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE); |
} |
void GaiaAuthFetcher::OnClientLoginFetched(const std::string& data, |