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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2391993002: [Field trial] Update the testing config for AutofillCreditCardSigninPromo (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | 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.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index c55fd64a11b57ea2a7ceadc7c18034c744e90981..88a4a9d262e462a13c3da1f4b62f6aa14360ce07 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -84,6 +84,46 @@
]
}
],
+ "AutofillCreditCardSigninPromo": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledThree",
rkaplow 2016/10/04 16:53:45 we only support a single experiment here. I'd sugg
Mathieu 2016/10/04 16:54:57 OK
+ "params": {
+ "impression_limit": "3"
+ },
+ "enable_features": [
+ "AutofillCreditCardSigninPromo"
+ ]
+ },
+ {
+ "name": "EnabledFive",
+ "params": {
+ "impression_limit": "5"
+ },
+ "enable_features": [
+ "AutofillCreditCardSigninPromo"
+ ]
+ },
+ {
+ "name": "EnabledTen",
+ "params": {
+ "impression_limit": "10"
+ },
+ "enable_features": [
+ "AutofillCreditCardSigninPromo"
+ ]
+ }
+ ]
+ }
+ ],
"AutofillFieldMetadata": [
{
"platforms": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698