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

Add the PageAlmostIdleAndLocalDB experiment to fieldtrial_testing_config.json

This moves the PageAlmostIdle and SiteCharacteristicsDatabase features to their
own experiment so they can easily be shipped to Beta only.

Change-Id: I56c65e4ffb8b389b502a8c03d661ca2c26a66abe
Reviewed-on: https://chromium-review.googlesource.com/1168107Reviewed-by: default avatarChris Hamilton <chrisha@chromium.org>
Reviewed-by: default avatarRobert Kaplow (slow) <rkaplow@chromium.org>
Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582394}
parent b12dd997
......@@ -2920,6 +2920,28 @@
]
}
],
"PageAlmostIdleAndLocalDB": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"params": {
"mainThreadTaskLoadLowThreshold": "25"
},
"enable_features": [
"PageAlmostIdle",
"SiteCharacteristicsDatabase"
]
}
]
}
],
"ParallelDownloading": [
{
"platforms": [
......@@ -3313,14 +3335,11 @@
"name": "FreezeAndDiscardWithUnfreeze",
"params": {
"ShouldPeriodicallyUnfreeze": "true",
"ShouldProactivelyDiscard": "true",
"mainThreadTaskLoadLowThreshold": "25"
"ShouldProactivelyDiscard": "true"
},
"enable_features": [
"PageAlmostIdle",
"PageLifecycle",
"ProactiveTabFreezeAndDiscard",
"SiteCharacteristicsDatabase"
"ProactiveTabFreezeAndDiscard"
]
}
]
......
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