| Index: third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h
|
| index 825e78d115b8ea0b6070dfc413577a9b439b2fca..c62bc96dd7aead517f10ae2f098e0aee74c1af11 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.h
|
| @@ -28,9 +28,6 @@ class AmbientLightSensor final : public Sensor {
|
| AmbientLightSensor(ScriptState*, const SensorOptions&, ExceptionState&);
|
| // Sensor overrides.
|
| SensorReading* createSensorReading(SensorProxy*) override;
|
| - SensorConfigurationPtr createSensorConfig(
|
| - const SensorOptions&,
|
| - const SensorConfiguration& defaultConfig) override;
|
| };
|
|
|
| } // namespace blink
|
|
|