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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1992493002: [DevTools] Pass bindRemoteObject function to Custom Formatter directly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index f2d5a6bcef3ef9d33f7c1d540f54d6e74e070cdc..dd214bd89e38bf10be5e83ecad750b1e0e1a6bd8 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -792,14 +792,16 @@
{ "name": "customPreview", "$ref": "CustomPreview", "optional": true, "hidden": true}
]
},
- { "id": "CustomPreview",
+ {
+ "id": "CustomPreview",
"type": "object",
"hidden": true,
"properties": [
{ "name": "header", "type": "string"},
{ "name": "hasBody", "type": "boolean"},
- {"name": "formatterObjectId", "$ref": "RemoteObjectId"},
- {"name": "configObjectId", "$ref": "RemoteObjectId", "optional": true}
+ { "name": "formatterObjectId", "$ref": "RemoteObjectId"},
+ { "name": "bindRemoteObjectFunctionId", "$ref": "RemoteObjectId" },
+ { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698