Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 12213110: Implemented screen notifying users about malformed HWID. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Implemented wizard controller test. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.h ('k') | chrome/browser/chromeos/login/hwid_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698