Commit 1f58991d authored by Ryan Sturm's avatar Ryan Sturm Committed by Commit Bot

Add PreconnectOnDidFinishNavigation entry to FTTC

Add PreconnectOnDidFinishNavigation entry to field trial testing config.
The 3 second arm is chosen as it is the most likely to launch.

Bug: 1016553
Change-Id: I84250e6d4ef55edc988de2edf2a2c873dd61d22f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900470Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Reviewed-by: default avatarRobert Ogden <robertogden@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Robert Ogden <robertogden@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714383}
parent 10a2caa1
...@@ -4711,6 +4711,24 @@ ...@@ -4711,6 +4711,24 @@
] ]
} }
], ],
"PreconnectOnDidFinishNavigation": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled_3_seconds",
"params": {
"delay_after_commit_in_ms": "3000"
},
"enable_features": [
"PreconnectOnDidFinishNavigation"
]
}
]
}
],
"PrefetchSRPAndroid": [ "PrefetchSRPAndroid": [
{ {
"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