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

Unified Diff: content/browser/devtools/protocol/devtools_protocol_handler_generator.py

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
« no previous file with comments | « content/browser/devtools/devtools_session.cc ('k') | content/browser/devtools/protocol/io_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/devtools_protocol_handler_generator.py
diff --git a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
index 7b0f58c2d2f28f93b70058043efe25c6ff130423..00a4d2f38b83b6122d0ee76fe080a4e958635a3f 100755
--- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
+++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
@@ -644,7 +644,7 @@ includes = []
fields_init = []
browser_domains_list = ["Inspector", "Memory", "Page", "Emulation", "Security",
- "IO", "Target", "ServiceWorker", "Input", "Tracing", "Storage",
+ "Target", "ServiceWorker", "Input", "Storage",
"SystemInfo", "Tethering", "Schema"]
browser_commands_list = [
"DOM.setFileInputFiles",
@@ -664,14 +664,9 @@ async_commands_list = [
"Network.getCookies",
"Network.deleteCookie",
"Network.setCookie",
- "IO.read",
"Input.synthesizePinchGesture",
"Input.synthesizeScrollGesture",
"Input.synthesizeTapGesture",
- "Tracing.start",
- "Tracing.end",
- "Tracing.getCategories",
- "Tracing.requestMemoryDump",
"SystemInfo.getInfo",
"Tethering.bind",
"Tethering.unbind"]
« no previous file with comments | « content/browser/devtools/devtools_session.cc ('k') | content/browser/devtools/protocol/io_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698