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

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

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
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 00a4d2f38b83b6122d0ee76fe080a4e958635a3f..ca6f1ca887fbf4090c2b258045396b82fd4cb09b 100755
--- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
+++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
@@ -643,9 +643,8 @@ fields = []
includes = []
fields_init = []
-browser_domains_list = ["Inspector", "Memory", "Page", "Emulation", "Security",
- "Target", "ServiceWorker", "Input", "Storage",
- "SystemInfo", "Tethering", "Schema"]
+browser_domains_list = ["Inspector", "Page", "Emulation", "Security",
+ "Target", "ServiceWorker", "Input", "Storage", "Schema"]
browser_commands_list = [
"DOM.setFileInputFiles",
"Network.enable",
@@ -666,10 +665,7 @@ async_commands_list = [
"Network.setCookie",
"Input.synthesizePinchGesture",
"Input.synthesizeScrollGesture",
- "Input.synthesizeTapGesture",
- "SystemInfo.getInfo",
- "Tethering.bind",
- "Tethering.unbind"]
+ "Input.synthesizeTapGesture"]
for json_domain in all_domains:
domain_map = {}
« no previous file with comments | « content/browser/devtools/browser_devtools_agent_host.cc ('k') | content/browser/devtools/protocol/memory_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698