Commit 7eed20fe authored by Matthew Denton's avatar Matthew Denton Committed by Commit Bot

Add CertVerifierService to field trial testing config.

Turn the CertVerifierService on by default in non-Chrome branded builds
for desktop platforms.

Bug: 1015134, 1094483
Change-Id: I853155582dde092c39ab1975a0b8081eed994600
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324643
Commit-Queue: Matthew Denton <mpdenton@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793803}
parent b0904f3a
...@@ -1444,6 +1444,24 @@ ...@@ -1444,6 +1444,24 @@
] ]
} }
], ],
"CertVerifierService": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"CertVerifierService"
]
}
]
}
],
"ChromeCleanupDistribution": [ "ChromeCleanupDistribution": [
{ {
"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