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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2741043002: Update waterfall testing config for AutofillCreditCardDropdownVariations (Closed)
Patch Set: Remove AutofillCreditCardPopup waterfall config (until launch time) as the Android trybot doesn't a… Created 3 years, 9 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 ae2982e470492e8a83d970343247d6ae83629b37..2815539502479e0bb920dae0321a5d2f51c4c558 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -132,29 +132,13 @@
],
"experiments": [
{
- "name": "LastUsedDateAndExpDate_Experiment",
+ "name": "LastUsedDateAndExpDate_IncreaseDropdownItemHeight_Experiment",
"params": {
+ "dropdown_item_height": "56",
"show_expiration_date": "true"
},
"enable_features": [
- "AutofillCreditCardLastUsedDateDisplay"
- ]
- }
- ]
- }
- ],
- "AutofillCreditCardPopup": [
- {
- "platforms": [
- "android"
- ],
- "experiments": [
- {
- "name": "IncreaseDropdownItemHeight",
- "params": {
- "dropdown_item_height": "56"
- },
- "enable_features": [
+ "AutofillCreditCardLastUsedDateDisplay",
"AutofillCreditCardPopupLayout"
]
}
« 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