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

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

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: Rebase and run js format Created 3 years, 6 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/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index e39bdd64584d0c37d9aecaa8cb0742c32b9a9b46..20d66f63139af01f42ab1282f6c804e15478693e 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -153,6 +153,7 @@ class WizardController : public BaseScreenDelegate,
void ShowDeviceDisabledScreen();
void ShowEncryptionMigrationScreen();
void ShowVoiceInteractionValuePropScreen();
+ void ShowWaitForContainerReadyScreen();
// Shows images login screen.
void ShowLoginScreen(const LoginScreenContext& context);
@@ -182,6 +183,7 @@ class WizardController : public BaseScreenDelegate,
void OnVoiceInteractionValuePropAccepted();
void OnControllerPairingFinished();
void OnAutoEnrollmentCheckCompleted();
+ void OnWaitForContainerReadyFinished();
void OnOobeFlowFinished();
// Callback invoked once it has been determined whether the device is disabled

Powered by Google App Engine
This is Rietveld 408576698