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

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: Removed log message. 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 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);

Powered by Google App Engine
This is Rietveld 408576698