| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |