Commit e8d15ffe authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Add NavigationMojoResponse to field trial config.

Chrome launch bug: https://crbug.com/805851
Chrome bug: https://crbug.com/705744
Design doc: https://goo.gl/Rrrc7n

Bug: 705744
Change-Id: I6d7a0d748eb35dda988bd007eb8db10068db6bc7
Reviewed-on: https://chromium-review.googlesource.com/959016
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543428}
parent 7650de1d
...@@ -2108,6 +2108,25 @@ ...@@ -2108,6 +2108,25 @@
] ]
} }
], ],
"NavigationMojoResponse": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "NavigationMojoResponse",
"enable_features": [
"NavigationMojoResponse"
]
}
]
}
],
"NetAdaptiveProxyConnectionTimeout": [ "NetAdaptiveProxyConnectionTimeout": [
{ {
"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