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..2a1d712fa23085ea6f5397f4a149ed2c41f6d31c 100644 |
| --- a/components/arc/common/arc_bridge.mojom |
| +++ b/components/arc/common/arc_bridge.mojom |
| @@ -10,6 +10,7 @@ import "notifications.mojom"; |
| import "power.mojom"; |
| import "process.mojom"; |
| import "settings.mojom"; |
| +import "video.mojom"; |
| interface ArcBridgeHost { |
| // Keep the entries alphabetical. In order to do so without breaking |
| @@ -33,6 +34,9 @@ interface ArcBridgeHost { |
| // Notifies Chrome that the SettingsInstance interface is ready. |
| OnSettingsInstanceReady@105(SettingsInstance instance_ptr); |
| + |
| + // Notifies Chrome that the VideoInstance interface is ready. |
| + [MinVersion=1] OnVideoInstanceReady@107(VideoInstance instance_ptr); |
|
Luis Héctor Chávez
2016/01/07 17:08:26
FYI Another change went in with MinVersion=1. Need
kcwu
2016/01/08 10:32:09
Done.
|
| }; |
| interface ArcBridgeInstance { |