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

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

Issue 2731403007: add voice interaction shortcut. (Closed)
Patch Set: addressed review comments Created 3 years, 9 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 | « components/arc/arc_bridge_service.h ('k') | components/arc/common/voice_interaction_framework.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index 1ad0fe37b4b4e3ce837e002ecff4ac1ffaeec387..c7b308f6094270cd90368159afae5b2dfe3b3bdf 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -29,11 +29,12 @@ import "storage_manager.mojom";
import "tracing.mojom";
import "tts.mojom";
import "video.mojom";
+import "voice_interaction_framework.mojom";
import "wallpaper.mojom";
-// Next MinVersion: 23
+// Next MinVersion: 24
// Deprecated method IDs: 101, 105
-// Next method ID: 129
+// Next method ID: 130
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
@@ -120,6 +121,10 @@ interface ArcBridgeHost {
// Notifies Chrome that the VideoInstance interface is ready.
[MinVersion=6] OnVideoInstanceReady@107(VideoInstance instance_ptr);
+ // Notifies Chrome that the VoiceInteractionFrameworkInstance is ready.
+ [MinVersion=23] OnVoiceInteractionFrameworkInstanceReady@129(
+ VoiceInteractionFrameworkInstance instance_ptr);
+
// Notifies Chrome that the WallpaperInstance interface is ready.
[MinVersion=18] OnWallpaperInstanceReady@124(WallpaperInstance instance_ptr);
};
« no previous file with comments | « components/arc/arc_bridge_service.h ('k') | components/arc/common/voice_interaction_framework.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698