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

Unified Diff: components/arc/common/voice_interaction_framework.mojom

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 years, 6 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/voice_interaction_framework.mojom
diff --git a/components/arc/common/voice_interaction_framework.mojom b/components/arc/common/voice_interaction_framework.mojom
index e723c2e6dab174dd2ef8edbf151b40a593ed310e..05041a3f8c89a743b717bb628ce2f076dabc4307 100644
--- a/components/arc/common/voice_interaction_framework.mojom
+++ b/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: 5
+// Next MinVersion: 6
module arc.mojom;
@@ -28,7 +28,7 @@ interface VoiceInteractionFrameworkHost {
};
// Connects with Android system server.
-// Next method ID: 4
+// Next method ID: 7
interface VoiceInteractionFrameworkInstance {
Init@0(VoiceInteractionFrameworkHost host_ptr);
@@ -43,10 +43,13 @@ interface VoiceInteractionFrameworkInstance {
[MinVersion=1] SetMetalayerVisibility@3([MinVersion=2] bool visible);
// Turns on / off voice interaction in container.
- [MinVersion=4] SetVoiceInteractionEnabled(bool enable);
+ [MinVersion=4] SetVoiceInteractionEnabled@4(bool enable);
// Turns on / off context for voice interaction in container. This function
// controls whether screenshot and view hierarchy information should be sent
// to container.
- [MinVersion=4] SetVoiceInteractionContextEnabled(bool enable);
+ [MinVersion=4] SetVoiceInteractionContextEnabled@5(bool enable);
+
+ // Starts the voice interaction setup wizard in container.
+ [MinVersion=5] StartVoiceInteractionSetupWizard@6();
};
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698