| 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 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1581 "experiments": [ | 1581 "experiments": [ |
| 1582 { | 1582 { |
| 1583 "name": "Enabled", | 1583 "name": "Enabled", |
| 1584 "enable_features": [ | 1584 "enable_features": [ |
| 1585 "PrioritySupportedRequestsDelayable" | 1585 "PrioritySupportedRequestsDelayable" |
| 1586 ] | 1586 ] |
| 1587 } | 1587 } |
| 1588 ] | 1588 ] |
| 1589 } | 1589 } |
| 1590 ], | 1590 ], |
| 1591 "NetProxyPreconnects": [ | |
| 1592 { | |
| 1593 "platforms": [ | |
| 1594 "android", | |
| 1595 "chromeos", | |
| 1596 "ios", | |
| 1597 "linux", | |
| 1598 "mac", | |
| 1599 "win" | |
| 1600 ], | |
| 1601 "experiments": [ | |
| 1602 { | |
| 1603 "name": "Enabled", | |
| 1604 "params": { | |
| 1605 "restrict_to_one_preconnect_for_proxies": "true" | |
| 1606 } | |
| 1607 } | |
| 1608 ] | |
| 1609 } | |
| 1610 ], | |
| 1611 "NetworkQualityEstimator": [ | 1591 "NetworkQualityEstimator": [ |
| 1612 { | 1592 { |
| 1613 "platforms": [ | 1593 "platforms": [ |
| 1614 "android", | 1594 "android", |
| 1615 "win" | 1595 "win" |
| 1616 ], | 1596 ], |
| 1617 "experiments": [ | 1597 "experiments": [ |
| 1618 { | 1598 { |
| 1619 "name": "Enabled", | 1599 "name": "Enabled", |
| 1620 "params": { | 1600 "params": { |
| (...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3349 { | 3329 { |
| 3350 "name": "Enabled", | 3330 "name": "Enabled", |
| 3351 "enable_features": [ | 3331 "enable_features": [ |
| 3352 "use-new-media-cache" | 3332 "use-new-media-cache" |
| 3353 ] | 3333 ] |
| 3354 } | 3334 } |
| 3355 ] | 3335 ] |
| 3356 } | 3336 } |
| 3357 ] | 3337 ] |
| 3358 } | 3338 } |
| OLD | NEW |