| Index: third_party/WebKit/Source/modules/sensor/SensorProxy.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/SensorProxy.h b/third_party/WebKit/Source/modules/sensor/SensorProxy.h
|
| index b9264feccf38067aa77ae2724d5b0bc54338bd2c..91434ebf072c9752a682972e0fb2d15347e00864 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/SensorProxy.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/SensorProxy.h
|
| @@ -108,10 +108,8 @@ class SensorProxy final : public GarbageCollectedFinalized<SensorProxy>,
|
| void pageVisibilityChanged() override;
|
|
|
| // Generic handler for a fatal error.
|
| - // String parameters are intentionally copied.
|
| - void handleSensorError(ExceptionCode = UnknownError,
|
| - String sanitizedMessage = String(),
|
| - String unsanitizedMessage = String());
|
| + void handleSensorError();
|
| +
|
| // mojo call callbacks.
|
| void onSensorCreated(device::mojom::blink::SensorInitParamsPtr,
|
| device::mojom::blink::SensorClientRequest);
|
|
|