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 6d8eb7c6364173efb94fa713190918c7b65f45c3..3226f22b163c276729d4f9403aebc62a86ee7da6 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -83,6 +83,9 @@ class WizardController : public ScreenObserver { |
// Terms of Service, user image selection). |
static void SkipPostLoginScreensForTesting(); |
+ // Checks whether OOBE should start enrollment automatically. |
+ static bool ShouldAutoStartEnrollment(); |
+ |
// Shows the first screen defined by |first_screen_name| or by default |
// if the parameter is empty. Takes ownership of |screen_parameters|. |
void Init(const std::string& first_screen_name, |
@@ -234,9 +237,6 @@ class WizardController : public ScreenObserver { |
// Launched kiosk app configured for auto-launch. |
void AutoLaunchKioskApp(); |
- // Checks whether OOBE should start enrollment automatically. |
- bool ShouldAutoStartEnrollment() const; |
- |
// Checks whether the user is allowed to exit enrollment. |
bool CanExitEnrollment() const; |