Chromium Code Reviews| 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); |