| 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 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2607 "animation": "animate-nonsecure-only", | 2607 "animation": "animate-nonsecure-only", |
| 2608 "visibility": "show-all" | 2608 "visibility": "show-all" |
| 2609 }, | 2609 }, |
| 2610 "enable_features": [ | 2610 "enable_features": [ |
| 2611 "SecurityChip" | 2611 "SecurityChip" |
| 2612 ] | 2612 ] |
| 2613 } | 2613 } |
| 2614 ] | 2614 ] |
| 2615 } | 2615 } |
| 2616 ], | 2616 ], |
| 2617 "ServiceWorkerNavigationPreload": [ |
| 2618 { |
| 2619 "platforms": [ |
| 2620 "android", |
| 2621 "chromeos", |
| 2622 "linux", |
| 2623 "mac", |
| 2624 "win" |
| 2625 ], |
| 2626 "experiments": [ |
| 2627 { |
| 2628 "name": "Enabled", |
| 2629 "enable_features": [ |
| 2630 "ServiceWorkerNavigationPreload" |
| 2631 ] |
| 2632 }, |
| 2633 { |
| 2634 "name": "Disabled", |
| 2635 "disable_features": [ |
| 2636 "ServiceWorkerNavigationPreload" |
| 2637 ] |
| 2638 } |
| 2639 ] |
| 2640 } |
| 2641 ], |
| 2617 "SettingsEnforcement": [ | 2642 "SettingsEnforcement": [ |
| 2618 { | 2643 { |
| 2619 "platforms": [ | 2644 "platforms": [ |
| 2620 "win" | 2645 "win" |
| 2621 ], | 2646 ], |
| 2622 "experiments": [ | 2647 "experiments": [ |
| 2623 { | 2648 { |
| 2624 "name": "enforce_always_with_extensions_and_dse" | 2649 "name": "enforce_always_with_extensions_and_dse" |
| 2625 } | 2650 } |
| 2626 ] | 2651 ] |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3260 { | 3285 { |
| 3261 "name": "Enabled", | 3286 "name": "Enabled", |
| 3262 "enable_features": [ | 3287 "enable_features": [ |
| 3263 "use-new-media-cache" | 3288 "use-new-media-cache" |
| 3264 ] | 3289 ] |
| 3265 } | 3290 } |
| 3266 ] | 3291 ] |
| 3267 } | 3292 } |
| 3268 ] | 3293 ] |
| 3269 } | 3294 } |
| OLD | NEW |