OLD | NEW |
1 { | 1 { |
2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android" | 5 "android" |
6 ], | 6 ], |
7 "experiments": [ | 7 "experiments": [ |
8 { | 8 { |
9 "name": "Disabled", | 9 "name": "Disabled", |
10 "disable_features": [ | 10 "disable_features": [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "mac", | 77 "mac", |
78 "win" | 78 "win" |
79 ], | 79 ], |
80 "experiments": [ | 80 "experiments": [ |
81 { | 81 { |
82 "name": "Enabled" | 82 "name": "Enabled" |
83 } | 83 } |
84 ] | 84 ] |
85 } | 85 } |
86 ], | 86 ], |
| 87 "AutofillCreditCardSigninPromo": [ |
| 88 { |
| 89 "platforms": [ |
| 90 "android", |
| 91 "chromeos", |
| 92 "linux", |
| 93 "mac", |
| 94 "win" |
| 95 ], |
| 96 "experiments": [ |
| 97 { |
| 98 "name": "EnabledFive", |
| 99 "params": { |
| 100 "impression_limit": "5" |
| 101 }, |
| 102 "enable_features": [ |
| 103 "AutofillCreditCardSigninPromo" |
| 104 ] |
| 105 } |
| 106 ] |
| 107 } |
| 108 ], |
87 "AutofillFieldMetadata": [ | 109 "AutofillFieldMetadata": [ |
88 { | 110 { |
89 "platforms": [ | 111 "platforms": [ |
90 "android", | 112 "android", |
91 "chromeos", | 113 "chromeos", |
92 "ios", | 114 "ios", |
93 "linux", | 115 "linux", |
94 "mac", | 116 "mac", |
95 "win" | 117 "win" |
96 ], | 118 ], |
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2227 { | 2249 { |
2228 "name": "Enabled", | 2250 "name": "Enabled", |
2229 "enable_features": [ | 2251 "enable_features": [ |
2230 "use-new-media-cache" | 2252 "use-new-media-cache" |
2231 ] | 2253 ] |
2232 } | 2254 } |
2233 ] | 2255 ] |
2234 } | 2256 } |
2235 ] | 2257 ] |
2236 } | 2258 } |
OLD | NEW |