Commit e290052a authored by Christopher Thompson's avatar Christopher Thompson Committed by Commit Bot

Add SimplifyHttpsIndicator testing config

This adds a field trial testing config for the SimplifyHttpsIndicator
experiment (https://crbug.com/803138), using a default of the
EV-to-Secure variation.

Bug: 803501
Change-Id: I7bc008d9c9a447d69ce9038f4ef06872407cff43
Reviewed-on: https://chromium-review.googlesource.com/956354
Commit-Queue: Christopher Thompson <cthomp@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542016}
parent aad15a0d
...@@ -3535,6 +3535,27 @@ ...@@ -3535,6 +3535,27 @@
] ]
} }
], ],
"SimplifyHttpsIndicator": [
{
"platforms": [
"chromeos",
"linux",
"win",
"mac"
],
"experiments": [
{
"name": "EvToSecure",
"params": {
"treatment": "ev-to-secure"
},
"enable_features": [
"SimplifyHttpsIndicator"
]
}
]
}
],
"SocketReadIfReady": [ "SocketReadIfReady": [
{ {
"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