| 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 1c867e03c157bdf28d0cfbd9a7c05160bd09566b..002d0ff574256ba6a5ea961f80de28362456bffd 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -443,15 +443,6 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| - "name": "setShowViewportSizeOnResize",
|
| - "description": "Paints viewport size upon main frame resize.",
|
| - "parameters": [
|
| - { "name": "show", "type": "boolean", "description": "Whether to paint size or not." },
|
| - { "name": "showGrid", "type": "boolean", "optional": true, "description": "Whether to paint grid as well." }
|
| - ],
|
| - "hidden": true
|
| - },
|
| - {
|
| "name": "setColorPickerEnabled",
|
| "parameters": [
|
| { "name": "enabled", "type": "boolean", "description": "Shows / hides color picker" }
|
|
|