| 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 "platforms": [ | 1411 "platforms": [ |
| 1412 "mac" | 1412 "mac" |
| 1413 ], | 1413 ], |
| 1414 "experiments": [ | 1414 "experiments": [ |
| 1415 { | 1415 { |
| 1416 "name": "Mach" | 1416 "name": "Mach" |
| 1417 } | 1417 } |
| 1418 ] | 1418 ] |
| 1419 } | 1419 } |
| 1420 ], | 1420 ], |
| 1421 "MarkNonSecureAs": [ | |
| 1422 { | |
| 1423 "platforms": [ | |
| 1424 "android", | |
| 1425 "chromeos", | |
| 1426 "ios", | |
| 1427 "linux", | |
| 1428 "mac", | |
| 1429 "win" | |
| 1430 ], | |
| 1431 "experiments": [ | |
| 1432 { | |
| 1433 "name": "show-non-secure-passwords-cc-ui" | |
| 1434 } | |
| 1435 ] | |
| 1436 } | |
| 1437 ], | |
| 1438 "MaterialDesignDownloads": [ | 1421 "MaterialDesignDownloads": [ |
| 1439 { | 1422 { |
| 1440 "platforms": [ | 1423 "platforms": [ |
| 1441 "chromeos", | 1424 "chromeos", |
| 1442 "linux", | 1425 "linux", |
| 1443 "mac", | 1426 "mac", |
| 1444 "win" | 1427 "win" |
| 1445 ], | 1428 ], |
| 1446 "experiments": [ | 1429 "experiments": [ |
| 1447 { | 1430 { |
| (...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3486 { | 3469 { |
| 3487 "name": "Enabled", | 3470 "name": "Enabled", |
| 3488 "enable_features": [ | 3471 "enable_features": [ |
| 3489 "use-new-media-cache" | 3472 "use-new-media-cache" |
| 3490 ] | 3473 ] |
| 3491 } | 3474 } |
| 3492 ] | 3475 ] |
| 3493 } | 3476 } |
| 3494 ] | 3477 ] |
| 3495 } | 3478 } |
| OLD | NEW |