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

Unified Diff: Source/devtools/protocol.json

Issue 1096283003: Devtools:[CustomFormatter] Allow object tags in headers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test with dcheck_always_on Created 5 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
« no previous file with comments | « Source/devtools/front_end/components/CustomPreviewSection.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index a2f82718262362dd64f2eb5bbbb85c94f076cc6c..b442e16faa3c5e25e9149935ee766ad63bd2299a 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -742,7 +742,8 @@
"properties": [
{ "name": "header", "type": "string"},
{ "name": "hasBody", "type": "boolean"},
- {"name": "formatterObjectId", "$ref": "RemoteObjectId"}
+ {"name": "formatterObjectId", "$ref": "RemoteObjectId"},
+ {"name": "configObjectId", "$ref": "RemoteObjectId", "optional": true}
]
},
{
« no previous file with comments | « Source/devtools/front_end/components/CustomPreviewSection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698