Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(868)

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h

Issue 2474743002: [DevTools] migrate DOMDebugger, Input, DeviceOrientation, Tracing to new style (Closed)
Patch Set: rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698