Index: content/browser/devtools/protocol_config.json |
diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json |
index 3e4180bb3b5953f373b8080e53ed9b86d09a4c8b..a1f2ec11a81c504ec269cb3da4f503a1b080419d 100644 |
--- a/content/browser/devtools/protocol_config.json |
+++ b/content/browser/devtools/protocol_config.json |
@@ -20,6 +20,11 @@ |
"include": ["setGeolocationOverride", "clearGeolocationOverride", "setTouchEmulationEnabled", "canEmulate", "setDeviceMetricsOverride", "clearDeviceMetricsOverride", "setVisibleSize"] |
}, |
{ |
+ "domain": "Input", |
+ "exclude": ["dispatchTouchEvent"], |
+ "async": ["synthesizePinchGesture", "synthesizeScrollGesture", "synthesizeTapGesture"] |
+ }, |
+ { |
"domain": "Inspector" |
}, |
{ |