Index: trunk/src/chrome/browser/chromeos/login/wizard_controller.h |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/login/wizard_controller.h (revision 274856) |
+++ trunk/src/chrome/browser/chromeos/login/wizard_controller.h (working copy) |
@@ -112,6 +112,9 @@ |
// Called right after the browser session has started. |
void OnSessionStart(); |
+ // Skip update, go straight to enrollment after EULA is accepted. |
+ void SkipUpdateEnrollAfterEula(); |
+ |
// TODO(antrim) : temporary hack. Should be removed once screen system is |
// reworked at hackaton. |
void EnableUserImageScreenReturnToPreviousHack(); |
@@ -346,6 +349,10 @@ |
// during wizard lifetime. |
bool usage_statistics_reporting_; |
+ // If true then update check is cancelled and enrollment is started after |
+ // EULA is accepted. |
+ bool skip_update_enroll_after_eula_; |
+ |
// Time when the EULA was accepted. Used to measure the duration from the EULA |
// acceptance until the Sign-In screen is displayed. |
base::Time time_eula_accepted_; |