Commit a3d458c7 authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

ResourceLoadScheduler: remove stale configurations

Remove the entry "Enabled_bg_limit_8", that was for the first field trial.
Also, remove "ReportRendererPeakMemoryStats" feature, that is not
planned to be used in a launching configuration, but it was just for
gathering memory metrics until Beta.

Bug: 775849
Change-Id: Ib496db8d69b6891915cfab453ad4abc13d66e522
Reviewed-on: https://chromium-review.googlesource.com/956945Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542275}
parent cf67c50b
...@@ -3034,17 +3034,6 @@ ...@@ -3034,17 +3034,6 @@
"bg_sub_limit": "4" "bg_sub_limit": "4"
}, },
"enable_features": [ "enable_features": [
"ReportRendererPeakMemoryStats",
"ResourceLoadScheduler"
]
},
{
"name": "Enabled_bg_limit_8",
"params": {
"bg_limit": "8"
},
"enable_features": [
"ReportRendererPeakMemoryStats",
"ResourceLoadScheduler" "ResourceLoadScheduler"
] ]
} }
......
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