| 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 62dc20d761bd7172b0e128d5ac4f21491e1c4813..34e0970b8cf3c34931e24dd0f61dff2f5231e5c5 100755
|
| --- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| +++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| @@ -646,8 +646,6 @@
|
| browser_domains_list = ["Input"]
|
| browser_commands_list = []
|
| async_commands_list = [
|
| - "Input.dispatchKeyEvent",
|
| - "Input.dispatchMouseEvent",
|
| "Input.synthesizePinchGesture",
|
| "Input.synthesizeScrollGesture",
|
| "Input.synthesizeTapGesture"]
|
|
|