| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index 90a216ad5101f822995e41fb9cf41ff93bce13c9..f2d5a6bcef3ef9d33f7c1d540f54d6e74e070cdc 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -473,6 +473,13 @@
|
| "name": "requestAppBanner",
|
| "hidden": true,
|
| "handlers": ["browser"]
|
| + },
|
| + {
|
| + "name": "setBlockedEventsWarningThreshold",
|
| + "hidden": true,
|
| + "parameters": [
|
| + { "name": "threshold", "type": "number", "description": "If set to a positive number, specifies threshold in seconds for input event latency that will cause a console warning about blocked event to be issued. If zero or less, the warning is disabled." }
|
| + ]
|
| }
|
| ],
|
| "events": [
|
|
|