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 beaab1e1d1e69d0195e50c29ca94181e658dfe80..2248caf13edb7ed4b54f717ddbbc8d45468c050b 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -1410,7 +1410,11 @@ |
"commands": [ |
{ |
"name": "enable", |
- "description": "Enables network tracking, network events will now be delivered to the client." |
+ "description": "Enables network tracking, network events will now be delivered to the client.", |
+ "parameters": [ |
+ { "name": "maxTotalBufferSize", "type": "integer", "optional": true, "hidden": true, "description": "Buffer size in bytes to use when preserving network payloads (XHRs, etc)." }, |
+ { "name": "maxResourceBufferSize", "type": "integer", "optional": true, "hidden": true, "description": "Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc)." } |
+ ] |
}, |
{ |
"name": "disable", |