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

Unified Diff: third_party/WebKit/Source/web/InspectorEmulationAgent.h

Issue 2109843003: Adds enableVirtualTime and setVirtualTimePolicy To Emulation domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + address nit Created 4 years, 5 months 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/web/InspectorEmulationAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
index fcaf74c4382d706332a40ce3d8cbe83d15e9456c..4ac59b885dd3a6643c5779f24266be4a9f426c6d 100644
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
@@ -33,6 +33,8 @@ public:
void setTouchEmulationEnabled(ErrorString*, bool in_enabled, const protocol::Maybe<String>& in_configuration) override;
void setEmulatedMedia(ErrorString*, const String& in_media) override;
void setCPUThrottlingRate(ErrorString*, double in_rate) override;
+ void enableVirtualTime(ErrorString*) override;
+ void setVirtualTimePolicy(ErrorString*, const String& in_policy) override;
// InspectorBaseAgent overrides.
void disable(ErrorString*) override;

Powered by Google App Engine
This is Rietveld 408576698