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

Unified Diff: content/browser/devtools/protocol_config.json

Issue 2500093002: [DevTools] Move IO and Tracing to new generator. (Closed)
Patch Set: works Created 4 years, 1 month 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
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"]
}
]
},

Powered by Google App Engine
This is Rietveld 408576698