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 c46593db9d199d68da02c59537e87a027d20da84..ebbd3b23eca5d715d1508d9687fc6381df1eb550 100644 |
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
@@ -469,14 +469,6 @@ |
] |
}, |
{ |
- "name": "setColorPickerEnabled", |
- "parameters": [ |
- { "name": "enabled", "type": "boolean", "description": "Shows / hides color picker" } |
- ], |
- "description": "Shows / hides color picker", |
- "experimental": true |
- }, |
- { |
"name": "configureOverlay", |
"parameters": [ |
{ "name": "suspended", "type": "boolean", "optional": true, "description": "Whether overlay should be suspended and not consume any resources." }, |
@@ -633,14 +625,6 @@ |
"experimental": true |
}, |
{ |
- "name": "colorPicked", |
- "description": "Fired when a color has been picked.", |
- "parameters": [ |
- { "name": "color", "$ref": "DOM.RGBA", "description": "RGBA of the picked color." } |
- ], |
- "experimental": true |
- }, |
- { |
"name": "interstitialShown", |
"description": "Fired when interstitial page was shown" |
}, |