| 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 = {}
|
|
|