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