| 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 e1aacf407cdb04730dc594e605b3498a1959e2bf..91c38340e1fc3c663acbeffa2ed06cfc56042760 100644
|
| --- a/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| +++ b/third_party/WebKit/Source/modules/sensor/Sensor.h
|
| @@ -87,6 +87,8 @@ class Sensor : public EventTargetWithInlineData,
|
| const String& sanitizedMessage,
|
| const String& unsanitizedMessage) override;
|
|
|
| + void onSensorPermissionChanged();
|
| +
|
| void onStartRequestCompleted(bool);
|
| void onStopRequestCompleted(bool);
|
|
|
|
|