| Index: device/vr/vr_service_impl.h
|
| diff --git a/device/vr/vr_service_impl.h b/device/vr/vr_service_impl.h
|
| index 9e689870ffa89915f2260a568dc7cc63a70933bf..81f8c02549fd53daefa7e0a148f6348efa685979 100644
|
| --- a/device/vr/vr_service_impl.h
|
| +++ b/device/vr/vr_service_impl.h
|
| @@ -60,7 +60,9 @@ class VRServiceImpl : public mojom::VRService {
|
| mojom::VRServiceClientPtr client_;
|
|
|
| bool listening_for_activate_;
|
| + bool in_set_client_;
|
| unsigned connected_devices_;
|
| + unsigned handled_devices_;
|
|
|
| base::WeakPtrFactory<VRServiceImpl> weak_ptr_factory_;
|
|
|
|
|