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 ae180b9730711d9bb8bb351619bd358ddd93469e..0976a7fef0ed09ba4d6e97ba68a0eb23e243ddfd 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 "net.mojom"; |
| import "notifications.mojom"; |
| import "power.mojom"; |
| import "process.mojom"; |
| @@ -30,6 +31,9 @@ interface ArcBridgeHost { |
| // Notifies Chrome that the InputInstnace interface is ready. |
| OnInputInstanceReady@101(InputInstance instance_ptr); |
| + // Notifies Chrome that the NetInstance interface is ready. |
| + OnNetInstanceReady@110(NetInstance instance_ptr); |
|
Luis Héctor Chávez
2016/01/12 17:32:32
You need to add [MinVersion=3] (or whatever is in
cernekee
2016/01/12 20:14:47
OK. What is IME?
Luis Héctor Chávez
2016/01/12 20:42:28
It's another interface for input.
|
| + |
| // Notifies Chrome that the NotificationsInstance interface is ready. |
| OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr); |