| 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 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2785 "enable_features": [ | 2785 "enable_features": [ |
| 2786 "SpeculativeLaunchServiceWorker" | 2786 "SpeculativeLaunchServiceWorker" |
| 2787 ] | 2787 ] |
| 2788 }, | 2788 }, |
| 2789 { | 2789 { |
| 2790 "name": "Disabled" | 2790 "name": "Disabled" |
| 2791 } | 2791 } |
| 2792 ] | 2792 ] |
| 2793 } | 2793 } |
| 2794 ], | 2794 ], |
| 2795 "SpeculativeResourcePrefetchingValidation": [ |
| 2796 { |
| 2797 "platforms": [ |
| 2798 "android" |
| 2799 ], |
| 2800 "experiments": [ |
| 2801 { |
| 2802 "name": "Prefetching", |
| 2803 "params": { |
| 2804 "mode": "prefetching" |
| 2805 }, |
| 2806 "enable_features": [ |
| 2807 "SpeculativeResourcePrefetching" |
| 2808 ] |
| 2809 } |
| 2810 ] |
| 2811 } |
| 2812 ], |
| 2795 "StrictSecureCookies": [ | 2813 "StrictSecureCookies": [ |
| 2796 { | 2814 { |
| 2797 "platforms": [ | 2815 "platforms": [ |
| 2798 "android", | 2816 "android", |
| 2799 "chromeos", | 2817 "chromeos", |
| 2800 "linux", | 2818 "linux", |
| 2801 "mac", | 2819 "mac", |
| 2802 "win" | 2820 "win" |
| 2803 ], | 2821 ], |
| 2804 "experiments": [ | 2822 "experiments": [ |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3311 { | 3329 { |
| 3312 "name": "Enabled", | 3330 "name": "Enabled", |
| 3313 "enable_features": [ | 3331 "enable_features": [ |
| 3314 "use-new-media-cache" | 3332 "use-new-media-cache" |
| 3315 ] | 3333 ] |
| 3316 } | 3334 } |
| 3317 ] | 3335 ] |
| 3318 } | 3336 } |
| 3319 ] | 3337 ] |
| 3320 } | 3338 } |
| OLD | NEW |