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

Unified Diff: Source/devtools/protocol.json

Issue 472273002: DevTools: mark setTouchEmulationEnabled as handled in browser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 5949e6ca775b5e77aff015be90c246e48fa90bae..1201a12c9a4609fcfd19bcbdee32c75467786731 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -472,7 +472,8 @@
{ "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }
],
"description": "Toggles mouse event-based touch event emulation.",
- "hidden": true
+ "hidden": true,
+ "handlers": ["browser", "renderer"]
},
{
"name": "setEmulatedMedia",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698