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

Unified Diff: Source/devtools/protocol.json

Issue 376873004: [DevTools] Allow touch emulation on devices with native touch. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 5 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 | « Source/devtools/front_end/sdk/Target.js ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | 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 02f91e9722cc3db0dd79ce08a8ef7f3b7f40042b..f1f7e156adc663f3a231c6b046ddb314ff7831c1 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -467,14 +467,6 @@
"hidden": true
},
{
- "name": "hasTouchInputs",
- "description": "Tells whether touch inputs are present.",
- "returns": [
- { "name": "result", "type": "boolean", "description": "True if touch inputs are present." }
- ],
- "hidden": true
- },
- {
"name": "setTouchEmulationEnabled",
"parameters": [
{ "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }
« no previous file with comments | « Source/devtools/front_end/sdk/Target.js ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698