Index: chrome/browser/chromeos/login/existing_user_controller.cc |
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc |
index c098e0bcc4d8afac54d4779e8da3303eec3c8dc2..e4e255416d724f17bff5f42206d6bce60fb202e1 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc |
@@ -608,6 +608,11 @@ void ExistingUserController::ShowResetScreen() { |
login_display_->OnFadeOut(); |
} |
+void ExistingUserController::ShowWrongHWIDScreen() { |
+ host_->StartWizard(WizardController::kWrongHWIDScreenName, NULL); |
+ login_display_->OnFadeOut(); |
+} |
+ |
void ExistingUserController::ShowTPMErrorAndScheduleReboot() { |
login_display_->SetUIEnabled(false); |
login_display_->ShowErrorScreen(LoginDisplay::TPM_ERROR); |