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 a2c42e641f98ee46e71841c17fa94a899ce6e33c..a8ad45e2726ddd8a7c334084b5339dfbf06e7317 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -112,9 +112,6 @@ class WizardController : public ScreenObserver { |
// 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(); |
@@ -352,10 +349,6 @@ class WizardController : public ScreenObserver { |
// 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_; |