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

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

Issue 2874853002: New bisect for crbug.com/706941. [AA_AutofillCreditCardSigninPromo]
Patch Set: Created 3 years, 7 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 | tools/perf/core/trybot_command.py » ('j') | 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "platforms": [ 150 "platforms": [
151 "android", 151 "android",
152 "chromeos", 152 "chromeos",
153 "linux", 153 "linux",
154 "mac", 154 "mac",
155 "win" 155 "win"
156 ], 156 ],
157 "experiments": [ 157 "experiments": [
158 { 158 {
159 "name": "EnabledThree", 159 "name": "EnabledThree",
160 "params": {
161 "impression_limit": "3"
162 },
163 "enable_features": [ 160 "enable_features": [
164 "AutofillCreditCardSigninPromo" 161 "AutofillCreditCardSigninPromo"
165 ] 162 ]
166 } 163 }
167 ] 164 ]
168 } 165 }
169 ], 166 ],
170 "AutofillFieldMetadata": [ 167 "AutofillFieldMetadata": [
171 { 168 {
172 "platforms": [ 169 "platforms": [
(...skipping 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 { 3067 {
3071 "name": "Enabled", 3068 "name": "Enabled",
3072 "enable_features": [ 3069 "enable_features": [
3073 "use-new-media-cache" 3070 "use-new-media-cache"
3074 ] 3071 ]
3075 } 3072 }
3076 ] 3073 ]
3077 } 3074 }
3078 ] 3075 ]
3079 } 3076 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/core/trybot_command.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698