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

Unified Diff: public/web/WebDevToolsAgentClient.h

Issue 1003243002: [DevTools] Cleanup after reversing emulation flow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 9 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
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDevToolsAgentClient.h
diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h
index 87151933649f83e090b1fff7fdae70374d537daa..81829d511a1e5eb233e878382a33b60b2e7cb561 100644
--- a/public/web/WebDevToolsAgentClient.h
+++ b/public/web/WebDevToolsAgentClient.h
@@ -79,12 +79,6 @@ public:
virtual void startGPUEventsRecording() { }
virtual void stopGPUEventsRecording() { }
- // Enables device emulation as specified in params.
- virtual void enableDeviceEmulation(const WebDeviceEmulationParams& params) { }
-
- // Cancel emulation started via |enableDeviceEmulation| call.
- virtual void disableDeviceEmulation() { }
-
protected:
~WebDevToolsAgentClient() { }
};
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698