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 5a14e031f122d47980bb4c0e26dac9942c530b0d..504b8b5a0dcddf2faf50c2183b3e37bf3d1ef20a 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -4718,21 +4718,9 @@ |
"domain": "Tracing", |
"types": [ |
{ |
- "id": "MemoryDumpTrigger", |
- "type": "object", |
- "properties": [ |
- { "name": "mode", "type": "string", "enum": ["light", "detailed"], "description": "Level of detail of the triggered memory dumps." }, |
- { "name": "periodicIntervalMs", "type": "integer", "description": "Length of the periodic intervals between the triggered memory dumps." } |
- ], |
- "description": "Memory dump trigger configuration." |
- }, |
- { |
"id": "MemoryDumpConfig", |
"type": "object", |
- "properties": [ |
- { "name": "triggers", "type": "array", "items": { "$ref": "MemoryDumpTrigger" }, "optional": false, "description": "Memory dump trigger configuration." } |
- ], |
- "description": "Configuration for memory dump triggers. Used only when \"memory-infra\" category is enabled." |
+ "description": "Configuration for memory dump. Used only when \"memory-infra\" category is enabled." |
}, |
{ |
"id": "TraceConfig", |