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

Unified Diff: chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 7 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/arc/voice_interaction/arc_voice_interaction_framework_service.h
diff --git a/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h b/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
index 10f67f4746db8bfcfc17d3b863bcb8dba162f832..45adbc13fe5833a677182306d645525068119510 100644
--- a/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
+++ b/chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_framework_service.h
@@ -68,6 +68,9 @@ class ArcVoiceInteractionFrameworkService
// initiated interaction. Logs UMA metric when it's not.
bool ValidateTimeSinceUserInteraction();
+ // Start the voice interaction setup wizard in container.
+ void StartVoiceInteractionSetupWizard();
+
// For supporting ArcServiceManager::GetService<T>().
static const char kArcServiceName[];

Powered by Google App Engine
This is Rietveld 408576698