| 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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1257 "platforms": [ | 1257 "platforms": [ |
| 1258 "android" | 1258 "android" |
| 1259 ], | 1259 ], |
| 1260 "experiments": [ | 1260 "experiments": [ |
| 1261 { | 1261 { |
| 1262 "name": "EnabledFull" | 1262 "name": "EnabledFull" |
| 1263 } | 1263 } |
| 1264 ] | 1264 ] |
| 1265 } | 1265 } |
| 1266 ], | 1266 ], |
| 1267 "NTPPreferAmpUrls": [ |
| 1268 { |
| 1269 "platforms": [ |
| 1270 "android" |
| 1271 ], |
| 1272 "experiments": [ |
| 1273 { |
| 1274 "name": "Enabled", |
| 1275 "enable_features": [ |
| 1276 "NTPPreferAmpUrls" |
| 1277 ] |
| 1278 } |
| 1279 ] |
| 1280 } |
| 1281 ], |
| 1267 "NTPRecentForeignTabs": [ | 1282 "NTPRecentForeignTabs": [ |
| 1268 { | 1283 { |
| 1269 "platforms": [ | 1284 "platforms": [ |
| 1270 "android" | 1285 "android" |
| 1271 ], | 1286 ], |
| 1272 "experiments": [ | 1287 "experiments": [ |
| 1273 { | 1288 { |
| 1274 "name": "Enabled-ThreeHour", | 1289 "name": "Enabled-ThreeHour", |
| 1275 "params": { | 1290 "params": { |
| 1276 "max_foreign_tabs_age_in_minutes": "180" | 1291 "max_foreign_tabs_age_in_minutes": "180" |
| (...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2969 { | 2984 { |
| 2970 "name": "Enabled", | 2985 "name": "Enabled", |
| 2971 "enable_features": [ | 2986 "enable_features": [ |
| 2972 "use-new-media-cache" | 2987 "use-new-media-cache" |
| 2973 ] | 2988 ] |
| 2974 } | 2989 } |
| 2975 ] | 2990 ] |
| 2976 } | 2991 } |
| 2977 ] | 2992 ] |
| 2978 } | 2993 } |
| OLD | NEW |