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

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: review 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
Index: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index 384459230f16099831226848d3631c703eb9b0a3..737be004214eb0aed15ccb22284712d8a4fad65b 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -8,6 +8,7 @@ import "app.mojom";
import "auth.mojom";
import "clipboard.mojom";
import "input.mojom";
+import "intent.mojom";
import "notifications.mojom";
import "power.mojom";
import "process.mojom";
@@ -31,6 +32,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the InputInstnace interface is ready.
OnInputInstanceReady@101(InputInstance instance_ptr);
+ // Notifies Chrome that the IntentHelpernstnace interface is ready.
+ OnIntentHelperInstanceReady@111(IntentHelperInstance instance_ptr);
hidehiko 2016/01/15 09:04:55 nit: MinVersion = 4 or later? (Please re-check thi
Yusuke Sato 2016/01/16 00:11:07 Will do when I submit this.
Yusuke Sato 2016/01/19 20:31:41 Done.
+
// Notifies Chrome that the NotificationsInstance interface is ready.
OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr);

Powered by Google App Engine
This is Rietveld 408576698