Commit dfe01b6e authored by Ryan Sturm's avatar Ryan Sturm Committed by Commit Bot

Enabling DetectingHeavyPages (Capping Heavy Pages) for android bots

This CL enables DetectingHeavyPages for android in
fiedtrial_testing_config.json.

Bug: 709493
Change-Id: I8896644a3838355b14b7fafb98815ddf968ae053
Reviewed-on: https://chromium-review.googlesource.com/1131687Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Ryan Sturm <ryansturm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575490}
parent 1bbb4fbd
...@@ -1326,6 +1326,21 @@ ...@@ -1326,6 +1326,21 @@
] ]
} }
], ],
"DetectingHeavyPages": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"DetectingHeavyPages"
]
}
]
}
],
"DownloadHomeMoreButton": [ "DownloadHomeMoreButton": [
{ {
"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