Chromium Code Reviews| Index: chrome/common/net/gaia/gaia_auth_fetcher.cc |
| =================================================================== |
| --- chrome/common/net/gaia/gaia_auth_fetcher.cc (revision 70187) |
| +++ chrome/common/net/gaia/gaia_auth_fetcher.cc (working copy) |
| @@ -361,6 +361,7 @@ |
| } |
| NOTREACHED(); |
| + return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE); |
| } |
| void GaiaAuthFetcher::OnClientLoginFetched(const std::string& data, |