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

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, 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/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 1d44a4c676b48b6087c665d96d8ebd43a594faf6..652222a1ce449002939f8db67b092639976cddac 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
@@ -77,6 +77,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