Index: components/arc/common/arc_bridge.mojom |
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom |
index b2e00606e7ea1ca5ad7636ac5d63bec4541f91c9..421f65e7198bcd3ce6a7fbbb0aebe8dc5245af3f 100644 |
--- a/components/arc/common/arc_bridge.mojom |
+++ b/components/arc/common/arc_bridge.mojom |
@@ -4,6 +4,8 @@ |
module arc; |
+import "video.mojom"; |
+ |
// Describes the boot phase of the ARC instance, as defined by AOSP in |
// com.android.server.SystemService |
enum InstanceBootPhase { |
@@ -223,6 +225,10 @@ interface ArcBridgeHost { |
// Notifies Chrome that the ARC process list has been updated. |
OnUpdateProcessList(array<RunningAppProcessInfo> processes); |
+ |
+ // Notifies Chrome that the VideoInstance interface is ready. |
+ // TODO(kcwu) add @index when rebasing with arc_bridge refactoring. |
+ OnVideoInstanceReady(VideoInstance instance_ptr); |
Luis Héctor Chávez
2015/12/23 00:02:53
OnVideoInstanceReady@107.
kcwu
2015/12/23 01:05:23
Done.
|
}; |
interface ArcBridgeInstance { |