| Index: device/generic_sensor/public/interfaces/sensor.mojom
|
| diff --git a/device/generic_sensor/public/interfaces/sensor.mojom b/device/generic_sensor/public/interfaces/sensor.mojom
|
| index 065c2b2839c38958d0da828d70c8b06a5f96bdc8..10baff49d2cfebe0b91178a46a26447d6d4b3920 100644
|
| --- a/device/generic_sensor/public/interfaces/sensor.mojom
|
| +++ b/device/generic_sensor/public/interfaces/sensor.mojom
|
| @@ -35,6 +35,10 @@ struct SensorConfiguration {
|
|
|
| // Interface for controlling the Sensor.
|
| interface Sensor {
|
| +
|
| + // Requests sensor to provide its default configuration.
|
| + GetDefaultConfiguration() => (SensorConfiguration configuration);
|
| +
|
| // Requests sensor to start reading sensor data with specified
|
| // SensorConfiguration.
|
| // Sensor holds the list of added configurations and it always polls
|
|
|