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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2817593004: [DevTools] Move eye dropper functionality from protocol to embedder (Closed)
Patch Set: rebased Created 3 years, 8 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
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"
},

Powered by Google App Engine
This is Rietveld 408576698