Index: chrome/browser/chromeos/login/app_launch_signin_screen.cc |
diff --git a/chrome/browser/chromeos/login/app_launch_signin_screen.cc b/chrome/browser/chromeos/login/app_launch_signin_screen.cc |
index 9056358ad85fe2da74d158cec9e51725f4002136..d98d51b7a3bbc82d04bfd16399c66c21e3d936e1 100644 |
--- a/chrome/browser/chromeos/login/app_launch_signin_screen.cc |
+++ b/chrome/browser/chromeos/login/app_launch_signin_screen.cc |
@@ -184,10 +184,8 @@ void AppLaunchSigninScreen::OnAuthFailure(const AuthFailure& error) { |
LOG(ERROR) << "Unlock failure: " << error.reason(); |
webui_handler_->ClearAndEnablePassword(); |
webui_handler_->ShowError( |
- 0, |
- l10n_util::GetStringUTF8(IDS_LOGIN_ERROR_AUTHENTICATING_KIOSK), |
- std::string(), |
- HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT_OFFLINE); |
+ 0, l10n_util::GetStringUTF8(IDS_LOGIN_ERROR_AUTHENTICATING_KIOSK), |
+ std::string(), HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT); |
} |
void AppLaunchSigninScreen::OnAuthSuccess(const UserContext& user_context) { |