Commit 86411dc4 authored by Alexander Timin's avatar Alexander Timin Committed by Commit Bot

[scheduler] Clean up fieldtrials for old scheduling experiments.

R=jwd@chromium.org

Change-Id: Ifd419096bc7f527d0698a3f5b869e4c714a2e9da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692577Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675717}
parent fe74cb0c
......@@ -73,25 +73,6 @@
]
}
],
"AdFramePriority": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "LowPriorityForAdFrame",
"enable_features": [
"BlinkSchedulerLowPriorityForAdFrame"
]
}
]
}
],
"AdTagging": [
{
"platforms": [
......@@ -2231,45 +2212,6 @@
]
}
],
"FrameTypePriorityExperiment": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "LowPriorityForHiddenFrameDuringLoadingEnabled_V2",
"enable_features": [
"BlinkSchedulerFrameExperimentOnlyWhenLoading",
"BlinkSchedulerLowPriorityForHiddenFrame"
]
}
]
}
],
"FrameTypePriorityExperiment2": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "LowPriorityForBackgroundPageEnabled_V2",
"enable_features": [
"BlinkSchedulerLowPriorityForBackgroundPages"
]
}
]
}
],
"FreezeBackgroundTabOnNetworkIdle": [
{
"platforms": [
......@@ -3539,25 +3481,6 @@
]
}
],
"OriginTypePriorityExperiment": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "LowPriorityForCrossOriginFrame",
"enable_features": [
"BlinkSchedulerLowPriorityForCrossOrigin"
]
}
]
}
],
"OutOfBlinkCors": [
{
"platforms": [
......@@ -4356,33 +4279,6 @@
]
}
],
"ResourceFetchPriorityExperiment": [
{
"platforms": [
"windows",
"mac",
"chromeos",
"linux",
"android"
],
"experiments": [
{
"name": "BlinkSchedulerUseResourceFetchPriority_Map3_V3",
"params": {
"HIGHEST": "HIGH",
"IDLE": "LOW",
"LOW": "LOW",
"LOWEST": "LOW",
"MEDIUM": "NORMAL",
"THROTTLED": "LOW"
},
"enable_features": [
"BlinkSchedulerResourceFetchPriority"
]
}
]
}
],
"ResourceLoadingHints": [
{
"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