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

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

Issue 1590723003: Host-side implementation of ARC Intent handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support new GURL interface at https://chromium.googlesource.com/chromium/src/+/dfbcc3b7926990bbf523… Created 4 years, 11 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/intent_helper.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 4e38413702d629ab04e4020d725ac4dac0491872..c3c837d5a2e96b9d435c12e3ce7fb04e3968fc0d 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -9,6 +9,7 @@ import "auth.mojom";
import "clipboard.mojom";
import "ime.mojom";
import "input.mojom";
+import "intent_helper.mojom";
import "notifications.mojom";
import "power.mojom";
import "process.mojom";
@@ -35,6 +36,10 @@ interface ArcBridgeHost {
// Notifies Chrome that the InputInstnace interface is ready.
OnInputInstanceReady@101(InputInstance instance_ptr);
+ // Notifies Chrome that the IntentHelpernstnace interface is ready.
+ [MinVersion=4] OnIntentHelperInstanceReady@111(
+ IntentHelperInstance instance_ptr);
+
// Notifies Chrome that the NotificationsInstance interface is ready.
OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr);
« no previous file with comments | « components/arc/arc_service_manager.cc ('k') | components/arc/common/intent_helper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698