Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4876)

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 2929963002: Add value proposition entrypoint from Voice Interaction shortcut (Closed)
Patch Set: Add value proposition entrypoint from Voice Interaction shortcut Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698