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 4e38413702d629ab04e4020d725ac4dac0491872..cc0fdd999def24396958efb83093aeb01ffdd165 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 "net.mojom"; |
| import "notifications.mojom"; |
| import "power.mojom"; |
| import "process.mojom"; |
| @@ -35,6 +36,9 @@ interface ArcBridgeHost { |
| // Notifies Chrome that the InputInstnace interface is ready. |
| OnInputInstanceReady@101(InputInstance instance_ptr); |
| + // Notifies Chrome that the NetInstance interface is ready. |
| + [MinVersion=4] OnNetInstanceReady@108(NetInstance instance_ptr); |
|
Luis Héctor Chávez
2016/01/19 20:51:58
FYI: If https://codereview.chromium.org/1590723003
cernekee
2016/01/20 01:37:17
Done.
|
| + |
| // Notifies Chrome that the NotificationsInstance interface is ready. |
| OnNotificationsInstanceReady@102(NotificationsInstance instance_ptr); |