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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Created 3 years, 7 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
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 88ac74cfe4a3bb00ab708956912c246583098aac..ba6cc7748aa934fa384ff938902243b3dc808e17 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: 4
+// Next MinVersion: 5
module arc.mojom;
@@ -28,7 +28,7 @@ interface VoiceInteractionFrameworkHost {
};
// Connects with Android system server.
-// Next method ID: 4
+// Next method ID: 5
interface VoiceInteractionFrameworkInstance {
Init@0(VoiceInteractionFrameworkHost host_ptr);
@@ -41,4 +41,7 @@ interface VoiceInteractionFrameworkInstance {
// Shows/hides the metalayer in the container.
[MinVersion=1] SetMetalayerVisibility@3([MinVersion=2] bool visible);
+
+ // Starts the voice interaction setup wizard in container.
+ [MinVersion=4] StartVoiceInteractionSetupWizard@4();
};

Powered by Google App Engine
This is Rietveld 408576698