| 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..f640a8fe92d8339badd6db4c17492526df0b8b4f 100755
|
| --- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| +++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| @@ -665,6 +665,8 @@ async_commands_list = [
|
| "Network.deleteCookie",
|
| "Network.setCookie",
|
| "IO.read",
|
| + "Input.dispatchKeyEvent",
|
| + "Input.dispatchMouseEvent",
|
| "Input.synthesizePinchGesture",
|
| "Input.synthesizeScrollGesture",
|
| "Input.synthesizeTapGesture",
|
|
|