Index: chrome/browser/extensions/api/identity/experimental_identity_api.cc |
diff --git a/chrome/browser/extensions/api/identity/experimental_identity_api.cc b/chrome/browser/extensions/api/identity/experimental_identity_api.cc |
index bb6d1c2e57ee43dccaafa29e60c345e4722048ca..97a4edc6d5c79149ae939feb036b321a700651e3 100644 |
--- a/chrome/browser/extensions/api/identity/experimental_identity_api.cc |
+++ b/chrome/browser/extensions/api/identity/experimental_identity_api.cc |
@@ -158,6 +158,7 @@ void ExperimentalIdentityGetAuthTokenFunction::OnMintTokenFailure( |
const GoogleServiceAuthError& error) { |
switch (error.state()) { |
case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: |
+ case GoogleServiceAuthError::SERVICE_ERROR: |
case GoogleServiceAuthError::ACCOUNT_DELETED: |
case GoogleServiceAuthError::ACCOUNT_DISABLED: |
extensions::IdentityAPI::GetFactoryInstance() |