| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 0060d55ef89f30e039effde25b5e314377b9e6e6..2d64633c594d522c51ba55bc5a907dd08affca48 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -3777,6 +3777,13 @@
|
| ],
|
| "commands": [
|
| {
|
| + "name": "setIgnoreInputEvents",
|
| + "parameters": [
|
| + { "name": "ignore", "type": "boolean", "description": "Ignores input events processing when set to true." }
|
| + ],
|
| + "description": "Ignores input events (useful while auditing page)."
|
| + },
|
| + {
|
| "name": "dispatchKeyEvent",
|
| "parameters": [
|
| { "name": "type", "type": "string", "enum": ["keyDown", "keyUp", "rawKeyDown", "char"], "description": "Type of the key event." },
|
|
|