Commit 31fefbe6 authored by Charles Harrison's avatar Charles Harrison Committed by Commit Bot

Remove DelayNavigation from fieldtrial_testing_config

The experiment is over and this could mask real improvements on the
critical loading path, especially CPU performance wins on the IO thread.

Bug: None
Change-Id: I904e1be21961aca3e35245f569651700f1b0dad8
Reviewed-on: https://chromium-review.googlesource.com/822298Reviewed-by: default avatarBryan McQuade <bmcquade@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523530}
parent 2b3a428a
......@@ -1166,30 +1166,6 @@
]
}
],
"DelayNavigation": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "DelayNavigation",
"params": {
"delay_millis": "4",
"delay_probability": "0.5",
"randomize_delay": "true"
},
"enable_features": [
"DelayNavigation"
]
}
]
}
],
"DesktopIOSPromotion": [
{
"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