| 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 873522af8e02259d7944a1f9ace8bdca7a8fc8b5..284932964777dbfd25808ac355e8950b9e67d3c0 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -333,8 +333,11 @@ class WizardController : public BaseScreenDelegate,
|
| void OnSetHostNetworkFailed();
|
|
|
| // Start the enrollment screen using the config from
|
| - // |prescribed_enrollment_config_|.
|
| - void StartEnrollmentScreen();
|
| + // |prescribed_enrollment_config_|. If |force_interactive| is true,
|
| + // the user will be presented with a manual enrollment screen requiring
|
| + // Gaia credentials. If it is false, the screen may return after trying
|
| + // attestation-based enrollment if appropriate.
|
| + void StartEnrollmentScreen(bool force_interactive);
|
|
|
| // Whether to skip any screens that may normally be shown after login
|
| // (registration, Terms of Service, user image selection).
|
|
|