| 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 ca6f1ca887fbf4090c2b258045396b82fd4cb09b..45fc22d3dec0277d6ca9d1fd164ac33c46cadac3 100755
|
| --- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| +++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| @@ -663,6 +663,8 @@ async_commands_list = [
|
| "Network.getCookies",
|
| "Network.deleteCookie",
|
| "Network.setCookie",
|
| + "Input.dispatchKeyEvent",
|
| + "Input.dispatchMouseEvent",
|
| "Input.synthesizePinchGesture",
|
| "Input.synthesizeScrollGesture",
|
| "Input.synthesizeTapGesture"]
|
|
|