Index: content/browser/devtools/protocol_config.json |
diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json |
index f47202209ddb2e2b1be46c0ae13dedd5601cac7a..0dc6d253a203afbf41dfb0e25c7f72c8f78b6642 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" |
}, |
{ |