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

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: 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 b67a8a3ae7115a2a9cf1c72bfd77a0e10f5cbcd5..5cec9bfb9e11e72e3db441e6f4441a6a8a129e36 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -15,6 +15,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";
@@ -75,6 +76,9 @@ interface ArcBridgeHost {
// Notifies Android of entering / exiting TouchView.
[MinVersion=11] OnWindowManagerInstanceReady@117(WindowManagerInstance instance_ptr);
+
+ // Notifies Chrome that the ObbMounter interface is ready.
+ [MinVersion=12] OnObbMounterInstanceReady@118(ObbMounterInstance instance_ptr);
hidehiko 2016/05/20 14:15:46 ID looks conflicting. Could you rebase?
hashimoto 2016/05/23 04:46:47 Done.
};
interface ArcBridgeInstance {
« 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