Chromium Code Reviews| Index: device/vr/vr_service.mojom |
| diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom |
| index aee46b7a282bcfa33564cfc0d7bded4fb117b024..8f9331d41e5ca746d9e7e44c0c1dc5eade11ec8c 100644 |
| --- a/device/vr/vr_service.mojom |
| +++ b/device/vr/vr_service.mojom |
| @@ -78,4 +78,6 @@ interface VRService { |
| interface VRServiceClient { |
| OnDisplayChanged(VRDisplay display); |
| OnExitPresent(uint32 index); |
| + OnDisplayConnected(VRDisplay display); |
| + OnDisplayDisconnected(uint32 index); |
| }; |