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

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

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/login_display.h
diff --git a/chrome/browser/chromeos/login/login_display.h b/chrome/browser/chromeos/login/login_display.h
index 50608999fbc5a4002b387b09994ff003cc18b47a..5791b9a3e900803826f9ecf41d3eabfa2759e9d9 100644
--- a/chrome/browser/chromeos/login/login_display.h
+++ b/chrome/browser/chromeos/login/login_display.h
@@ -76,6 +76,9 @@ class LoginDisplay : public RemoveUserDelegate {
// Called when the user requests device reset.
virtual void OnStartDeviceReset() = 0;
+ // Shows wrong HWID screen.
+ virtual void ShowWrongHWIDScreen() = 0;
+
// Ignore password change, remove existing cryptohome and
// force full sync of user data.
virtual void ResyncUserData() = 0;
« no previous file with comments | « chrome/browser/chromeos/login/hwid_checker_unittest.cc ('k') | chrome/browser/chromeos/login/oobe_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698