summaryrefslogtreecommitdiff
path: root/chromium/components/arc/common/voice_interaction_framework.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/common/voice_interaction_framework.mojom')
-rw-r--r--chromium/components/arc/common/voice_interaction_framework.mojom9
1 files changed, 5 insertions, 4 deletions
diff --git a/chromium/components/arc/common/voice_interaction_framework.mojom b/chromium/components/arc/common/voice_interaction_framework.mojom
index aaa0a4791de..7cfd385126c 100644
--- a/chromium/components/arc/common/voice_interaction_framework.mojom
+++ b/chromium/components/arc/common/voice_interaction_framework.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Next MinVersion: 11
+// Next MinVersion: 13
module arc.mojom;
@@ -53,7 +53,8 @@ struct VoiceInteractionStatus {
};
// Connects with Android system server.
-// Next method ID: 10
+// Next method ID: 11
+// Deprecated method ID: 4
interface VoiceInteractionFrameworkInstance {
Init@0(VoiceInteractionFrameworkHost host_ptr);
@@ -70,8 +71,8 @@ interface VoiceInteractionFrameworkInstance {
// Shows/hides the metalayer in the container.
[MinVersion=1] SetMetalayerVisibility@3([MinVersion=2] bool visible);
- // Turns on / off voice interaction in container.
- [MinVersion=4] SetVoiceInteractionEnabled@4(bool enable);
+ // Turns on / off voice interaction and ack the setting.
+ [MinVersion=12] SetVoiceInteractionEnabled@10(bool enable) => ();
// Turns on / off context for voice interaction in container. This function
// controls whether screenshot and view hierarchy information should be sent