Commit 0466916e authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Chromium LUCI CQ

Remove LoadingPredictor entries from testing config.

There do not appear to be server-side configs for these studies.
LoadingPredictorUseLocalPredictions is enabled on TOT, but
LoadingPredictorTableConfig is disabled.

Bug: 1126640
Change-Id: I8634b015af89fec4c0fdc42070784527e6a7126b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632047Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#844897}
parent b3dd5579
...@@ -3845,48 +3845,6 @@ ...@@ -3845,48 +3845,6 @@
] ]
} }
], ],
"LoadingPredictorDisregardAlwaysAccessesNetwork": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"LoadingPredictorDisregardAlwaysAccessesNetwork"
]
}
]
}
],
"LoadingPredictorTableConfig": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled_300_10",
"params": {
"max_hosts_to_track": "300",
"max_origins_per_entry": "10"
},
"enable_features": [
"LoadingPredictorTableConfig"
]
}
]
}
],
"LoadingPredictorUseOptimizationGuideM86": [ "LoadingPredictorUseOptimizationGuideM86": [
{ {
"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