| 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 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1676 "experiments": [ | 1676 "experiments": [ |
| 1677 { | 1677 { |
| 1678 "name": "Enabled", | 1678 "name": "Enabled", |
| 1679 "enable_features": [ | 1679 "enable_features": [ |
| 1680 "NetworkSchedulerYielding" | 1680 "NetworkSchedulerYielding" |
| 1681 ] | 1681 ] |
| 1682 } | 1682 } |
| 1683 ] | 1683 ] |
| 1684 } | 1684 } |
| 1685 ], | 1685 ], |
| 1686 "NetworkTimeQueries": [ | |
| 1687 { | |
| 1688 "platforms": [ | |
| 1689 "android", | |
| 1690 "chromeos", | |
| 1691 "ios", | |
| 1692 "linux", | |
| 1693 "mac", | |
| 1694 "win" | |
| 1695 ], | |
| 1696 "experiments": [ | |
| 1697 { | |
| 1698 "name": "NetworkTimeQueriesEnabledOnDemand", | |
| 1699 "params": { | |
| 1700 "FetchBehavior": "on-demand-only" | |
| 1701 }, | |
| 1702 "enable_features": [ | |
| 1703 "NetworkTimeServiceQuerying" | |
| 1704 ] | |
| 1705 } | |
| 1706 ] | |
| 1707 } | |
| 1708 ], | |
| 1709 "NewProfileManagement": [ | 1686 "NewProfileManagement": [ |
| 1710 { | 1687 { |
| 1711 "platforms": [ | 1688 "platforms": [ |
| 1712 "win" | 1689 "win" |
| 1713 ], | 1690 ], |
| 1714 "experiments": [ | 1691 "experiments": [ |
| 1715 { | 1692 { |
| 1716 "name": "Enabled" | 1693 "name": "Enabled" |
| 1717 } | 1694 } |
| 1718 ] | 1695 ] |
| (...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3370 { | 3347 { |
| 3371 "name": "Enabled", | 3348 "name": "Enabled", |
| 3372 "enable_features": [ | 3349 "enable_features": [ |
| 3373 "use-new-media-cache" | 3350 "use-new-media-cache" |
| 3374 ] | 3351 ] |
| 3375 } | 3352 } |
| 3376 ] | 3353 ] |
| 3377 } | 3354 } |
| 3378 ] | 3355 ] |
| 3379 } | 3356 } |
| OLD | NEW |