| Index: services/device/device_service.h
|
| diff --git a/services/device/device_service.h b/services/device/device_service.h
|
| index 2e980315c3ef78c38eebd69faf411f3838024a79..69ddb6540b02b54b126fae26978ed041ca913dec 100644
|
| --- a/services/device/device_service.h
|
| +++ b/services/device/device_service.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h"
|
| #include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h"
|
| +#include "device/sensors/public/interfaces/motion.mojom.h"
|
| #include "device/sensors/public/interfaces/orientation.mojom.h"
|
| #include "device/wake_lock/public/interfaces/wake_lock_provider.mojom.h"
|
| #include "device/wake_lock/wake_lock_context.h"
|
| @@ -73,6 +74,10 @@
|
| void BindFingerprintRequest(
|
| const service_manager::BindSourceInfo& source_info,
|
| mojom::FingerprintRequest request);
|
| +
|
| + void BindMotionSensorRequest(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::MotionSensorRequest request);
|
|
|
| void BindOrientationSensorRequest(
|
| const service_manager::BindSourceInfo& source_info,
|
|
|