| Index: testing/variations/fieldtrial_testing_config_mac.json
|
| diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json
|
| index a4163b2050872edc6db8bd792c3071be8fe228c6..0d5c15ce8f7085b0c977bb760ff84e778b391bf9 100644
|
| --- a/testing/variations/fieldtrial_testing_config_mac.json
|
| +++ b/testing/variations/fieldtrial_testing_config_mac.json
|
| @@ -3,5 +3,34 @@
|
| {
|
| "group_name": "Enabled"
|
| }
|
| + ],
|
| + "ReportCertificateErrors": [
|
| + {
|
| + "group_name": "ShowAndPossiblySend",
|
| + "params": {
|
| + "sendingThreshold": "1.0"
|
| + }
|
| + },
|
| + {
|
| + "group_name": "ShowAndPossiblySend",
|
| + "params": {
|
| + "sendingThreshold": "-1.0"
|
| + }
|
| + },
|
| + {
|
| + "group_name": "ShowAndPossiblySend",
|
| + "params": {
|
| + "sendingThreshold": "0.0"
|
| + }
|
| + },
|
| + {
|
| + "group_name": "ShowAndPossiblySend",
|
| + "params": {
|
| + "sendingThreshold": "abcdef"
|
| + }
|
| + },
|
| + {
|
| + "group_name": "DontShowAndDontSend"
|
| + }
|
| ]
|
| }
|
|
|