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

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

Issue 474213002: DevTools: control touch emulation from the browser side only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment addressed. Created 6 years, 4 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 | « content/common/view_messages.h ('k') | 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 8f1faffc37c07d2dd94c062eb42b456fad25eba3..4213ff192174ae3232d471004afadf381fa4af44 100644
--- a/content/renderer/devtools/devtools_agent.h
+++ b/content/renderer/devtools/devtools_agent.h
@@ -75,8 +75,6 @@ class DevToolsAgent : public RenderViewObserver,
virtual void enableDeviceEmulation(
const blink::WebDeviceEmulationParams& params) OVERRIDE;
virtual void disableDeviceEmulation() OVERRIDE;
- virtual void setTouchEventEmulationEnabled(bool enabled,
- bool allow_pinch) OVERRIDE;
void OnAttach(const std::string& host_id);
void OnReattach(const std::string& host_id,
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698