Commit cc2a3207 authored by Josh Nohle's avatar Josh Nohle Committed by Commit Bot

[Enrollment v2] Add v2 Enrollment to field trial testing config file

Ensures test coverage for active CryptAuth v2 Enrollment field trial.
See
https://chromium.googlesource.com/chromium/src.git/+/master/testing/variations/

See also cl/283612634.

Bug: 899080
Change-Id: Ibcee32294949352d48c8281ca793a5a7feb0321b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950666
Auto-Submit: Josh Nohle <nohle@chromium.org>
Commit-Queue: Robert Kaplow <rkaplow@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721561}
parent 96c8544a
...@@ -1837,6 +1837,21 @@ ...@@ -1837,6 +1837,21 @@
] ]
} }
], ],
"CryptAuthV2Enrollment": [
{
"platforms": [
"chromeos"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"CryptAuthV2Enrollment"
]
}
]
}
],
"D3D11VideoDecoder": [ "D3D11VideoDecoder": [
{ {
"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