| 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 78cd5c7c63a129b9fe6c0dbec9b0a9e383e271f1..483c0d027de52e73dd0e8100c6426c745e1c7212 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
|
| @@ -48,6 +48,9 @@ class ArcVoiceInteractionFrameworkService
|
| void ShowMetalayer(const base::Closure& closed);
|
| void HideMetalayer();
|
|
|
| + // Start the voice interaction session through mojom call.
|
| + void StartVoiceInteractionSession();
|
| +
|
| // For supporting ArcServiceManager::GetService<T>().
|
| static const char kArcServiceName[];
|
|
|
|
|