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

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

Issue 12968004: Implemented new UI for error messages on OOBE/Login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index 16397e6bef0abce93eb83ae35179c5f1b4dc1088..183f8601efbf824bc78bca33c80868305a82a193 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -167,11 +167,8 @@ class ExistingUserController : public LoginDisplay::Delegate,
// Shows "reset device" screen.
void ShowResetScreen();
- // Shows "critical TPM error" screen and starts reboot timer.
- void ShowTPMErrorAndScheduleReboot();
-
- // Reboot timer handler.
- void OnRebootTimeElapsed();
+ // Shows "critical TPM error" screen.
+ void ShowTPMError();
// Invoked to complete login. Login might be suspended if auto-enrollment
// has to be performed, and will resume once auto-enrollment completes.

Powered by Google App Engine
This is Rietveld 408576698