| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|    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  Loading... | 
|  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 } | 
| OLD | NEW |