Commit 0ad577d9 authored by Daniel McArdle's avatar Daniel McArdle Committed by Commit Bot

Fix Field Trial testing config for DnsHttpssvc experiment.

The prior CL put experiment group names in the place where feature param
names should go.

Bug: 1052476
Change-Id: I5ec9f0a8eb6a40a4a570adb626082af53771597d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323140Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Dan McArdle <dmcardle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792426}
parent 1fd9a8f7
...@@ -2297,8 +2297,7 @@ ...@@ -2297,8 +2297,7 @@
{ {
"name": "DnsHttpssvcStudy", "name": "DnsHttpssvcStudy",
"params": { "params": {
"HttpssvcQueryHttpssvc": "false", "DnsHttpssvcUseIntegrity": "true"
"HttpssvcQueryIntegrity": "true"
}, },
"enable_features": [ "enable_features": [
"DnsHttpssvc" "DnsHttpssvc"
......
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