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 d8dfcd7c3a4cbce9b3f787b50686c034d4762aee..eb625f4038482c30ab2287d6b3322432727de3ff 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc |
@@ -565,6 +565,11 @@ void ExistingUserController::SetDisplayEmail(const std::string& email) { |
display_email_ = email; |
} |
+void ExistingUserController::ShowWrongHWIDScreen() { |
+ host_->StartWizard(WizardController::kWrongHWIDScreenName, NULL); |
+ login_display_->OnFadeOut(); |
+} |
+ |
void ExistingUserController::Signout() { |
NOTREACHED(); |
} |