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

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

Issue 2515613006: [DevTools] Move Memory, SystemInfo and Tethering domains to new generator. (Closed)
Patch Set: fixed review comments 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
« no previous file with comments | « content/browser/devtools/protocol/tethering_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol_config.json
diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
index b912fbb34ba83877e91989660ab29b28aedb633e..ef70f5e055b8191ed92be9bce5de892782d8cd85 100644
--- a/content/browser/devtools/protocol_config.json
+++ b/content/browser/devtools/protocol_config.json
@@ -14,12 +14,20 @@
"async": ["read"]
},
{
- "domain": "Tracing",
- "async": ["start", "end", "getCategories", "requestMemoryDump"]
+ "domain": "Memory",
+ "include": ["setPressureNotificationsSuppressed", "simulatePressureNotification"]
},
{
- "domain": "IO",
- "async": ["read"]
+ "domain": "SystemInfo",
+ "async": ["getInfo"]
+ },
+ {
+ "domain": "Tethering",
+ "async": ["bind", "unbind"]
+ },
+ {
+ "domain": "Tracing",
+ "async": ["start", "end", "getCategories", "requestMemoryDump"]
}
]
},
« no previous file with comments | « content/browser/devtools/protocol/tethering_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698