Commit fa2bf580 authored by Matt Reynolds's avatar Matt Reynolds Committed by Commit Bot

Add GamepadPollingInterval field trial config

Add a default configuration for the GamepadPollingInterval finch
experiment to fieldtrial_testing_config.json.

BUG=855188

Change-Id: I0168675acaa21c95db0e6f61d4735a5dc791ef61
Reviewed-on: https://chromium-review.googlesource.com/1191808Reviewed-by: default avatarRobert Kaplow (slow) <rkaplow@chromium.org>
Commit-Queue: Matt Reynolds <mattreynolds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587234}
parent 1944f87f
......@@ -1828,6 +1828,29 @@
]
}
],
"GamepadPollingInterval": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android",
"android_webview"
],
"experiments": [
{
"name": "EnabledGamepadPolling250Hz",
"params": {
"interval-ms": "4"
},
"enable_features": [
"GamepadPollingInterval"
]
}
]
}
],
"GoogleBrandedContextMenu": [
{
"platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment