| 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"]
|
|
|