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

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

Issue 2500093002: [DevTools] Move IO and Tracing to new generator. (Closed)
Patch Set: roll 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 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"]
}
]
},
« no previous file with comments | « content/browser/devtools/protocol/tracing_handler_unittest.cc ('k') | content/browser/devtools/protocol_string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698