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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index fb5dd7af39b86a53e2ed74d1452f9bd73b376c07..e784e0ba9189a25619dbbfdeb46fbccf1e8145e3 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -79,5 +79,34 @@
{
"group_name": "enforce_always_with_extensions_and_dse"
}
+ ],
+ "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_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698