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

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

Issue 1754803003: Implement Stub for policy bridge to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ordering and ordinal numbers in .mojom files, nits adressed 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/arc_bridge_service.cc ('k') | components/arc/common/auth.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 272e0a24d613135d2bd4ca3d0a30d8b282e4283b..35a4ab6c56dd1fa0142eb6864ec9040c98222f5e 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -12,6 +12,7 @@ import "input.mojom";
import "intent_helper.mojom";
import "net.mojom";
import "notifications.mojom";
+import "policy.mojom";
import "power.mojom";
import "process.mojom";
import "video.mojom";
@@ -46,6 +47,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the NotificationsInstance interface is ready.
OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr);
+ // Notifies Chrome that the PolicyInstance interface is ready.
+ [MinVersion=7] OnPolicyInstanceReady@114(PolicyInstance instance_ptr);
+
// Notifies Chrome that the PowerInstance interface is ready.
OnPowerInstanceReady@103(PowerInstance instance_ptr);
« no previous file with comments | « components/arc/arc_bridge_service.cc ('k') | components/arc/common/auth.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698