Commit be9460a2 authored by Sebastien Marchand's avatar Sebastien Marchand Committed by Commit Bot

Add the fieldtrial testing config for ProactiveTabDiscarding.

Bug: 775644, 773382
Change-Id: I8c0426728b31644797e6e641d16ac049ab61a8ce
Reviewed-on: https://chromium-review.googlesource.com/1148950Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578113}
parent a2aa9c70
...@@ -725,27 +725,6 @@ ...@@ -725,27 +725,6 @@
] ]
} }
], ],
"BetterMultiTabsLoading": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "PageAlmostIdleSignalEnabled2",
"params": {
"mainThreadTaskLoadLowThreshold": "25"
},
"enable_features": [
"PageAlmostIdle"
]
}
]
}
],
"BlinkSchedulerDedicatedWorkerThrottling": [ "BlinkSchedulerDedicatedWorkerThrottling": [
{ {
"platforms": [ "platforms": [
...@@ -3195,6 +3174,32 @@ ...@@ -3195,6 +3174,32 @@
] ]
} }
], ],
"ProactiveTabFreezeAndDiscard": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "FreezeAndDiscardWithUnfreeze",
"params": {
"ShouldPeriodicallyUnfreeze": "true",
"ShouldProactivelyDiscard": "true",
"mainThreadTaskLoadLowThreshold": "25"
},
"enable_features": [
"PageAlmostIdle",
"PageLifecycle",
"ProactiveTabFreezeAndDiscard",
"SiteCharacteristicsDatabase"
]
}
]
}
],
"ProgressBarAnimationAndroid": [ "ProgressBarAnimationAndroid": [
{ {
"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