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