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[]; |