| 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 "platforms": [ | 1355 "platforms": [ |
| 1356 "android" | 1356 "android" |
| 1357 ], | 1357 ], |
| 1358 "experiments": [ | 1358 "experiments": [ |
| 1359 { | 1359 { |
| 1360 "name": "Disabled" | 1360 "name": "Disabled" |
| 1361 } | 1361 } |
| 1362 ] | 1362 ] |
| 1363 } | 1363 } |
| 1364 ], | 1364 ], |
| 1365 "NoStatePrefetchValidation": [ |
| 1366 { |
| 1367 "platforms": [ |
| 1368 "android", |
| 1369 "chromeos", |
| 1370 "linux", |
| 1371 "mac", |
| 1372 "win" |
| 1373 ], |
| 1374 "experiments": [ |
| 1375 { |
| 1376 "name": "Enabled", |
| 1377 "params": { |
| 1378 "mode": "no_state_prefetch" |
| 1379 }, |
| 1380 "enable_features": [ |
| 1381 "NoStatePrefetch" |
| 1382 ] |
| 1383 } |
| 1384 ] |
| 1385 } |
| 1386 ], |
| 1365 "OfferUploadCreditCards": [ | 1387 "OfferUploadCreditCards": [ |
| 1366 { | 1388 { |
| 1367 "platforms": [ | 1389 "platforms": [ |
| 1368 "android", | 1390 "android", |
| 1369 "chromeos", | 1391 "chromeos", |
| 1370 "linux", | 1392 "linux", |
| 1371 "mac", | 1393 "mac", |
| 1372 "win" | 1394 "win" |
| 1373 ], | 1395 ], |
| 1374 "experiments": [ | 1396 "experiments": [ |
| (...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2761 { | 2783 { |
| 2762 "name": "Enabled", | 2784 "name": "Enabled", |
| 2763 "enable_features": [ | 2785 "enable_features": [ |
| 2764 "use-new-media-cache" | 2786 "use-new-media-cache" |
| 2765 ] | 2787 ] |
| 2766 } | 2788 } |
| 2767 ] | 2789 ] |
| 2768 } | 2790 } |
| 2769 ] | 2791 ] |
| 2770 } | 2792 } |
| OLD | NEW |