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

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

Issue 1495723004: Minimum implementation of ARC clipboard Bridge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and refactored Created 5 years 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/clipboard/arc_clipboard_bridge.cc ('k') | components/arc/common/clipboard.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 af98bb1bee3a629026111de63436e2cca84febde..4bafe478f8d5afc5e59b2f89e149fea330b4c2a5 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -5,6 +5,7 @@
module arc;
import "app.mojom";
+import "clipboard.mojom";
import "input.mojom";
import "notifications.mojom";
import "power.mojom";
@@ -19,6 +20,9 @@ interface ArcBridgeHost {
// Notifies Chrome that the AppInstance interface is ready.
OnAppInstanceReady@100(AppInstance instance_ptr);
+ // Notifies Chrome that the ClipboardInstance interface is ready.
+ OnClipboardInstanceReady@109(ClipboardInstance instance_ptr);
Luis Héctor Chávez 2015/12/28 23:57:48 Can you add [MinVersion=1] before the method name?
+
// Notifies Chrome that the InputInstnace interface is ready.
OnInputInstanceReady@101(InputInstance instance_ptr);
« no previous file with comments | « components/arc/clipboard/arc_clipboard_bridge.cc ('k') | components/arc/common/clipboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698