Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1244783006: Add Finch testing configs for ReportCertificateErrors study (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GetLatestHostnameReported() const definition Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "BrowserBlacklist": [ 2 "BrowserBlacklist": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "ChildAccountDetection": [ 7 "ChildAccountDetection": [
8 { 8 {
9 "group_name": "Disabled" 9 "group_name": "Disabled"
10 } 10 }
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ], 72 ],
73 "SRTPromptFieldTrial": [ 73 "SRTPromptFieldTrial": [
74 { 74 {
75 "group_name": "Default" 75 "group_name": "Default"
76 } 76 }
77 ], 77 ],
78 "SettingsEnforcement": [ 78 "SettingsEnforcement": [
79 { 79 {
80 "group_name": "enforce_always_with_extensions_and_dse" 80 "group_name": "enforce_always_with_extensions_and_dse"
81 } 81 }
82 ],
83 "ReportCertificateErrors": [
84 {
85 "group_name": "ShowAndPossiblySend",
86 "params": {
87 "sendingThreshold": "1.0"
88 }
89 },
90 {
91 "group_name": "ShowAndPossiblySend",
92 "params": {
93 "sendingThreshold": "-1.0"
94 }
95 },
96 {
97 "group_name": "ShowAndPossiblySend",
98 "params": {
99 "sendingThreshold": "0.0"
100 }
101 },
102 {
103 "group_name": "ShowAndPossiblySend",
104 "params": {
105 "sendingThreshold": "abcdef"
106 }
107 },
108 {
109 "group_name": "DontShowAndDontSend"
110 }
82 ] 111 ]
83 } 112 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698