Index: chrome/browser/extensions/api/identity/identity_api.cc |
diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc |
index fbbdca0c03e32278892dc55309ecfda5c29336b8..1850ab0f96a74ebfa480ac358bf964efd58bfcd1 100644 |
--- a/chrome/browser/extensions/api/identity/identity_api.cc |
+++ b/chrome/browser/extensions/api/identity/identity_api.cc |
@@ -283,6 +283,7 @@ void IdentityGetAuthTokenFunction::OnMintTokenFailure( |
switch (error.state()) { |
case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: |
+ case GoogleServiceAuthError::SERVICE_ERROR: |
case GoogleServiceAuthError::ACCOUNT_DELETED: |
case GoogleServiceAuthError::ACCOUNT_DISABLED: |
extensions::IdentityAPI::GetFactoryInstance() |