| Index: third_party/WebKit/Source/modules/sensor/Sensor.h
|
| diff --git a/third_party/WebKit/Source/modules/sensor/Sensor.h b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| index 28b8f5ba20f00291c49a30de31b2a15666095b23..e2e0e545d993dbb33229ee3d775ae57a5de9c6fa 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -92,14 +92,15 @@ class Sensor : public EventTargetWithInlineData,
|
| const String& sanitized_message,
|
| const String& unsanitized_message) override;
|
|
|
| - void OnStartRequestCompleted(bool);
|
| - void OnStopRequestCompleted(bool);
|
| + void OnAddConfigurationRequestCompleted(bool);
|
|
|
| void StartListening();
|
| void StopListening();
|
|
|
| + void RequestAddConfiguration();
|
| +
|
| void UpdateState(SensorState new_state);
|
| - void ReportError(ExceptionCode = kUnknownError,
|
| + void HandleError(ExceptionCode = kUnknownError,
|
| const String& sanitized_message = String(),
|
| const String& unsanitized_message = String());
|
|
|
|
|