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

Unified 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 side-by-side diff with in-line comments
Download patch
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"
+ }
]
}
« 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