| Index: content/renderer/devtools/devtools_agent.cc
|
| diff --git a/content/renderer/devtools/devtools_agent.cc b/content/renderer/devtools/devtools_agent.cc
|
| index 18bd3ef3356183af93811f33881d82381f1650da..0d10f5b03aeb334af5496672e14f68e80f3a9be6 100644
|
| --- a/content/renderer/devtools/devtools_agent.cc
|
| +++ b/content/renderer/devtools/devtools_agent.cc
|
| @@ -254,13 +254,6 @@ void DevToolsAgent::disableDeviceEmulation() {
|
| impl->DisableScreenMetricsEmulation();
|
| }
|
|
|
| -void DevToolsAgent::setTouchEventEmulationEnabled(
|
| - bool enabled, bool allow_pinch) {
|
| - RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view());
|
| - impl->Send(new ViewHostMsg_SetTouchEventEmulationEnabled(
|
| - impl->routing_id(), enabled, allow_pinch));
|
| -}
|
| -
|
| #if defined(USE_TCMALLOC) && !defined(OS_WIN)
|
| static void AllocationVisitor(void* data, const void* ptr) {
|
| typedef blink::WebDevToolsAgentClient::AllocatedObjectVisitor Visitor;
|
|
|