Commit c9c06422 authored by pfeldman@chromium.org's avatar pfeldman@chromium.org

DevTools: mark setTouchEmulationEnabled as handled in browser.

TBR=dgozman

Review URL: https://codereview.chromium.org/472273002

git-svn-id: svn://svn.chromium.org/blink/trunk@180353 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent acfafd8b
...@@ -472,7 +472,8 @@ ...@@ -472,7 +472,8 @@
{ "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." } { "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }
], ],
"description": "Toggles mouse event-based touch event emulation.", "description": "Toggles mouse event-based touch event emulation.",
"hidden": true "hidden": true,
"handlers": ["browser", "renderer"]
}, },
{ {
"name": "setEmulatedMedia", "name": "setEmulatedMedia",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment