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

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

Issue 1995243002: Add OBB mounter Mojo interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | components/arc/common/obb_mounter.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 fde36d26788ff5eb297dff480caa77aa1052dc6e..8a17394b15baed26e3616e91def1b3605b4aaf41 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -16,6 +16,7 @@ import "intent_helper.mojom";
import "metrics.mojom";
import "net.mojom";
import "notifications.mojom";
+import "obb_mounter.mojom";
import "policy.mojom";
import "power.mojom";
import "process.mojom";
@@ -23,9 +24,9 @@ import "storage_manager.mojom";
import "video.mojom";
import "window_manager.mojom";
-// Next MinVersion: 13
+// Next MinVersion: 15
// Deprecated method IDs: 101, 105
-// Next method ID: 119
+// Next method ID: 121
interface ArcBridgeHost {
// Keep the entries alphabetical. In order to do so without breaking
// compatibility with the ARC instance, explicitly assign each interface a
@@ -70,6 +71,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the NotificationsInstance interface is ready.
OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr);
+ // Notifies Chrome that the ObbMounter interface is ready.
+ [MinVersion=14] OnObbMounterInstanceReady@120(ObbMounterInstance instance_ptr);
+
// Notifies Chrome that the PolicyInstance interface is ready.
[MinVersion=7] OnPolicyInstanceReady@114(PolicyInstance instance_ptr);
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | components/arc/common/obb_mounter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698