| 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 9a7f3ad6019476a59efb08f6f7f127ef11c9320f..a0825aa6fecb3fbd698c1307d229930e2e99cfb1 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.
|
| std::unique_ptr<SensorReadingFactory> createSensorReadingFactory() override;
|
| - SensorConfigurationPtr createSensorConfig(
|
| - const SensorOptions&,
|
| - const SensorConfiguration& defaultConfig) override;
|
| };
|
|
|
| } // namespace blink
|
|
|