| Index: chrome/browser/signin/signin_ui_util.cc
|
| diff --git a/chrome/browser/signin/signin_ui_util.cc b/chrome/browser/signin/signin_ui_util.cc
|
| index b458b2a0184338b9b1f72d17f2625b46fa38bc6f..1ad7944319f87863b5ce28a56436a38851c93f16 100644
|
| --- a/chrome/browser/signin/signin_ui_util.cc
|
| +++ b/chrome/browser/signin/signin_ui_util.cc
|
| @@ -101,6 +101,7 @@ void GetStatusLabelsForAuthError(Profile* profile,
|
| SigninGlobalError::GetForProfile(profile)->GetLastAuthError().state();
|
| switch (state) {
|
| case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
|
| + case GoogleServiceAuthError::SERVICE_ERROR:
|
| case GoogleServiceAuthError::ACCOUNT_DELETED:
|
| case GoogleServiceAuthError::ACCOUNT_DISABLED:
|
| // If the user name is empty then the first login failed, otherwise the
|
|
|