| 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 4ed308a177b51ae99e714e20a63a7d1079583b28..d45a37ad2c1e302e0b2c1560e7e9ed17ab6327d5 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -302,6 +302,9 @@ class WizardController : public BaseScreenDelegate,
|
| // Returns true if voice interaction value prop should be shown.
|
| bool ShouldShowVoiceInteractionValueProp() const;
|
|
|
| + // Start voice interaction setup wizard in container
|
| + void StartVoiceInteractionSetupWizard();
|
| +
|
| // Starts listening for an incoming shark controller connection, if we are
|
| // running remora OOBE.
|
| void MaybeStartListeningForSharkConnection();
|
| @@ -392,6 +395,8 @@ class WizardController : public BaseScreenDelegate,
|
|
|
| bool login_screen_started_ = false;
|
|
|
| + bool is_in_session_oobe_ = false;
|
| +
|
| // Indicates that once image selection screen finishes we should return to
|
| // a previous screen instead of proceeding with usual flow.
|
| bool user_image_screen_return_to_previous_hack_ = false;
|
|
|