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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2391993002: [Field trial] Update the testing config for AutofillCreditCardSigninPromo (Closed)
Patch Set: Only one experiment 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..3e035c35402df12ca4e3e424145e77ddbc0b27e1 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -84,6 +84,28 @@
]
}
],
+ "AutofillCreditCardSigninPromo": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "EnabledFive",
+ "params": {
+ "impression_limit": "5"
+ },
+ "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