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

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: 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 c7e3323137bc482d1f8348524f54e9ab2cbd1391..02e0cea925eee626e9557825c621601874fffb4f 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
@@ -49,6 +49,9 @@ class ArcVoiceInteractionFrameworkService
void ShowMetalayer(const base::Closure& closed);
void HideMetalayer();
+ // 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