| 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 aafbec4a63876c5fe1fc59b33f6d3e0b9c3d3325..c0283c5a0af0d61a9a9f3d6f219c4adaa7af6ef0 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -85,6 +85,10 @@ class WizardController : public BaseScreenDelegate,
|
| // Terms of Service, user image selection).
|
| static void SkipPostLoginScreensForTesting();
|
|
|
| + // Returns true if OOBE is operating under the
|
| + // Zero-Touch Hands-Off Enrollment Flow.
|
| + static bool UsingHandsOffEnrollment();
|
| +
|
| // Shows the first screen defined by |first_screen| or by default if the
|
| // parameter is empty.
|
| void Init(OobeScreen first_screen);
|
|
|