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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2671993004: adds entry for AutofillCreditCardPopupLayout (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "mac", 88 "mac",
89 "win" 89 "win"
90 ], 90 ],
91 "experiments": [ 91 "experiments": [
92 { 92 {
93 "name": "Enabled" 93 "name": "Enabled"
94 } 94 }
95 ] 95 ]
96 } 96 }
97 ], 97 ],
98 "AutofillCreditCardPopup": [
99 {
100 "platforms": [
101 "android"
102 ],
103 "experiments": [
104 {
105 "name": "IconAtStartAndIncreaseDropdownItemHeight",
106 "params": {
107 "dropdown_item_height": "56",
108 "is_credit_card_icon_at_start": "true",
109 "margin": "18"
110 },
111 "enable_features": [
112 "AutofillCreditCardPopupLayout"
113 ]
114 }
115 ]
116 }
117 ],
98 "AutofillCreditCardSigninPromo": [ 118 "AutofillCreditCardSigninPromo": [
99 { 119 {
100 "platforms": [ 120 "platforms": [
101 "android", 121 "android",
102 "chromeos", 122 "chromeos",
103 "linux", 123 "linux",
104 "mac", 124 "mac",
105 "win" 125 "win"
106 ], 126 ],
107 "experiments": [ 127 "experiments": [
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 { 2730 {
2711 "name": "Enabled", 2731 "name": "Enabled",
2712 "enable_features": [ 2732 "enable_features": [
2713 "use-new-media-cache" 2733 "use-new-media-cache"
2714 ] 2734 ]
2715 } 2735 }
2716 ] 2736 ]
2717 } 2737 }
2718 ] 2738 ]
2719 } 2739 }
OLDNEW
« 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