summaryrefslogtreecommitdiff
path: root/chromium/components/arc/common/voice_interaction_framework.mojom
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-08 12:34:02 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-08 11:36:33 +0000
commitd702e4b6a64574e97fc7df8fe3238cde70242080 (patch)
tree3297e13ad4560b4c4a0d23dcd32724ff6ac2e3fe /chromium/components/arc/common/voice_interaction_framework.mojom
parente6430e577f105ad8813c92e75c54660c4985026e (diff)
downloadqtwebengine-chromium-d702e4b6a64574e97fc7df8fe3238cde70242080.tar.gz
BASELINE: Update Chromium to 61.0.3163.140
Change-Id: I646c933139007f1fdc42e7a4073652f8e6e55b5a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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