Commit 34e89b88 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[blink scheduler] Enable OptOutZeroTimeoutTimersFromThrottling in testing config.

Results from Canary/Dev experiment look good. Enabling in testing config
to allow Beta experiment.

Unused entries are removed from fieldtrial_testing_config.json to
work around crbug.com/1053702.

Bug: 1075553
Change-Id: I1bcec218175187b99f6ab0a3ac8008da3125aed6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398977
Commit-Queue: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805445}
parent 521c7e8f
...@@ -272,44 +272,6 @@ ...@@ -272,44 +272,6 @@
] ]
} }
], ],
"AutofillCacheServerCardInfo": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillCacheServerCardInfo"
]
}
]
}
],
"AutofillCreditCardAuthentication": [
{
"platforms": [
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"AutofillCreditCardAuthentication"
]
}
]
}
],
"AutofillEnableCardNicknameManagementAndUpstream": [ "AutofillEnableCardNicknameManagementAndUpstream": [
{ {
"platforms": [ "platforms": [
...@@ -4802,6 +4764,27 @@ ...@@ -4802,6 +4764,27 @@
] ]
} }
], ],
"OptOutZeroTimeoutTimersFromThrottling": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OptOutZeroTimeoutTimersFromThrottling"
]
}
]
}
],
"OptimizationHintsNoPersistentStore": [ "OptimizationHintsNoPersistentStore": [
{ {
"platforms": [ "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