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

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

Issue 2768093005: Send voice interaction structure from cros to Arc. (Closed)
Patch Set: address review comments Created 3 years, 8 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/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index c7b308f6094270cd90368159afae5b2dfe3b3bdf..64e1a1f6fe08279b649b38dd4768852225183e4a 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -29,12 +29,13 @@ import "storage_manager.mojom";
import "tracing.mojom";
import "tts.mojom";
import "video.mojom";
+import "voice_interaction_arc_home.mojom";
import "voice_interaction_framework.mojom";
import "wallpaper.mojom";
-// Next MinVersion: 24
+// Next MinVersion: 25
// Deprecated method IDs: 101, 105
-// Next method ID: 130
+// Next method ID: 131
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
@@ -121,6 +122,10 @@ interface ArcBridgeHost {
// Notifies Chrome that the VideoInstance interface is ready.
[MinVersion=6] OnVideoInstanceReady@107(VideoInstance instance_ptr);
+ // Notifies Chrome that the VoiceInteractionArcHomeInstance is ready.
+ [MinVersion=24] OnVoiceInteractionArcHomeInstanceReady@130(
+ VoiceInteractionArcHomeInstance instance_ptr);
+
// Notifies Chrome that the VoiceInteractionFrameworkInstance is ready.
[MinVersion=23] OnVoiceInteractionFrameworkInstanceReady@129(
VoiceInteractionFrameworkInstance instance_ptr);

Powered by Google App Engine
This is Rietveld 408576698