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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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
OLDNEW
1 { 1 {
2 "InstanceID": [ 2 "InstanceID": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ],
7 "ReportCertificateErrors": [
8 {
9 "group_name": "ShowAndPossiblySend",
10 "params": {
11 "sendingThreshold": "1.0"
12 }
13 },
14 {
15 "group_name": "ShowAndPossiblySend",
16 "params": {
17 "sendingThreshold": "-1.0"
18 }
19 },
20 {
21 "group_name": "ShowAndPossiblySend",
22 "params": {
23 "sendingThreshold": "0.0"
24 }
25 },
26 {
27 "group_name": "ShowAndPossiblySend",
28 "params": {
29 "sendingThreshold": "abcdef"
30 }
31 },
32 {
33 "group_name": "DontShowAndDontSend"
34 }
6 ] 35 ]
7 } 36 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698