Commit 8138bc49 authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

ResourceLoadScheduler: Remove stale configuration for launched feature

ResourceLoadScheduler was already launched, and enabled by default.
fieldtrial_testing_config.json does not need to have a configuration
for testing performance on the feature.

Bug: 729954
Change-Id: Ie7d468ad320980c857e3612dbff3f18cc2b74bd3
Reviewed-on: https://chromium-review.googlesource.com/c/1369550Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615447}
parent a39a155b
...@@ -4061,29 +4061,6 @@ ...@@ -4061,29 +4061,6 @@
] ]
} }
], ],
"ResourceLoadScheduler": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled_v3_bg_limit_3_2",
"params": {
"bg_limit": "3",
"bg_sub_limit": "2"
},
"enable_features": [
"ResourceLoadScheduler"
]
}
]
}
],
"ResourceLoadingHints": [ "ResourceLoadingHints": [
{ {
"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