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

Unified Diff: chrome/browser/chromeos/login/oobe_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
« no previous file with comments | « chrome/browser/chromeos/login/login_display.h ('k') | chrome/browser/chromeos/login/screen_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/oobe_display.h
diff --git a/chrome/browser/chromeos/login/oobe_display.h b/chrome/browser/chromeos/login/oobe_display.h
index 10be18940ff18c47dcbbecda965ea83bbeb93928..2cc383521fd0c618a24e5656bdd37c8380732c00 100644
--- a/chrome/browser/chromeos/login/oobe_display.h
+++ b/chrome/browser/chromeos/login/oobe_display.h
@@ -21,6 +21,7 @@ class UserImageScreenActor;
// TODO(altimofeev): use real actors instead
class ViewScreenDelegate;
class WizardScreen;
+class WrongHWIDScreenActor;
// Interface which is used by WizardController to do actual OOBE screens
// showing. Also it provides actors for the OOBE screens.
@@ -47,6 +48,7 @@ class OobeDisplay {
// TODO(altimofeev): use real actors instead.
virtual ViewScreenDelegate* GetRegistrationScreenActor() = 0;
virtual ViewScreenDelegate* GetHTMLPageScreenActor() = 0;
+ virtual WrongHWIDScreenActor* GetWrongHWIDScreenActor() = 0;
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/login_display.h ('k') | chrome/browser/chromeos/login/screen_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698