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

Unified Diff: content/renderer/devtools/devtools_agent.h

Issue 259503005: Remove abandoned method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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 | « no previous file | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/devtools_agent.h
diff --git a/content/renderer/devtools/devtools_agent.h b/content/renderer/devtools/devtools_agent.h
index 17889fdf9537691d5e2f84339c50c9cc6e92c21b..1e255834835e4dbfa019959cfefa01192ec9b6ec 100644
--- a/content/renderer/devtools/devtools_agent.h
+++ b/content/renderer/devtools/devtools_agent.h
@@ -70,10 +70,6 @@ class DevToolsAgent : public RenderViewObserver,
virtual void stopGPUEventsRecording() OVERRIDE;
virtual void enableDeviceEmulation(
- const blink::WebRect& device_rect,
- const blink::WebRect& view_rect, float device_scale_factor,
- bool fit_to_view);
- virtual void enableDeviceEmulation(
const blink::WebDeviceEmulationParams& params) OVERRIDE;
virtual void disableDeviceEmulation() OVERRIDE;
virtual void setTouchEventEmulationEnabled(bool enabled,
« no previous file with comments | « no previous file | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698