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

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

Issue 1817093003: Host-side implementation of ARC audio bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused override and update data type. Created 4 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/audio/arc_audio_bridge.cc ('k') | components/arc/common/audio.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 1ada544e7d8a311ccb301e97480fca0a61b22ef9..ee7fe26a9187100c80f35f4ecb8671a0153c383d 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -5,6 +5,7 @@
module arc;
import "app.mojom";
+import "audio.mojom";
import "auth.mojom";
import "clipboard.mojom";
import "crash_collector.mojom";
@@ -26,6 +27,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the AppInstance interface is ready.
OnAppInstanceReady@100(AppInstance instance_ptr);
+ // Notifies Chrome that the AudioInstance interface is ready.
+ [MinVersion=8] OnAudioInstanceReady@115(AudioInstance instance_ptr);
+
// Notifies Chrome that the AuthInstance interface is ready.
[MinVersion=1] OnAuthInstanceReady@106(AuthInstance instance_ptr);
« no previous file with comments | « components/arc/audio/arc_audio_bridge.cc ('k') | components/arc/common/audio.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698