| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index ee65769bda250b3157fe7256a071c148a43b3982..08397e0d8a4f1c33f4c9d5c77d9269eb02c38c5e 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -11,7 +11,11 @@
|
| "options": [
|
| {
|
| "domain": "Tracing",
|
| - "async": ["start", "end"]
|
| + "async": ["start", "end", "getCategories", "requestMemoryDump"]
|
| + },
|
| + {
|
| + "domain": "IO",
|
| + "async": ["read"]
|
| }
|
| ]
|
| },
|
|
|