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 aeb6bd7ac5579feeaee3001b06c85586f19d002c..492fd2e9d8afb1e801412c386ef2a347e1cbc45c 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -101,6 +101,9 @@ class WizardController : public ScreenObserver { |
// Checks whether OOBE should start enrollment automatically. |
static bool ShouldAutoStartEnrollment(); |
+ // Checks whether OOBE should recover enrollment. |
+ static bool ShouldRecoverEnrollment(); |
+ |
// 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, |