Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h |
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h |
index 6d5f1bf103f3a6e6a56f6eb66ed4c60725f5c441..ff8a84a2bf06867740e25978fca6fd32c611ee24 100644 |
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h |
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h |
@@ -26,14 +26,11 @@ class MODULES_EXPORT DeviceOrientationInspectorAgent final |
DECLARE_VIRTUAL_TRACE(); |
// Protocol methods. |
- void setDeviceOrientationOverride(ErrorString*, |
- double, |
- double, |
- double) override; |
- void clearDeviceOrientationOverride(ErrorString*) override; |
+ Response setDeviceOrientationOverride(double, double, double) override; |
+ Response clearDeviceOrientationOverride() override; |
// Inspector Controller API. |
- void disable(ErrorString*) override; |
+ Response disable() override; |
void restore() override; |
void didCommitLoadForLocalFrame(LocalFrame*) override; |