| 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 ], | |
| 2813 "StrictSecureCookies": [ | 2795 "StrictSecureCookies": [ |
| 2814 { | 2796 { |
| 2815 "platforms": [ | 2797 "platforms": [ |
| 2816 "android", | 2798 "android", |
| 2817 "chromeos", | 2799 "chromeos", |
| 2818 "linux", | 2800 "linux", |
| 2819 "mac", | 2801 "mac", |
| 2820 "win" | 2802 "win" |
| 2821 ], | 2803 ], |
| 2822 "experiments": [ | 2804 "experiments": [ |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3329 { | 3311 { |
| 3330 "name": "Enabled", | 3312 "name": "Enabled", |
| 3331 "enable_features": [ | 3313 "enable_features": [ |
| 3332 "use-new-media-cache" | 3314 "use-new-media-cache" |
| 3333 ] | 3315 ] |
| 3334 } | 3316 } |
| 3335 ] | 3317 ] |
| 3336 } | 3318 } |
| 3337 ] | 3319 ] |
| 3338 } | 3320 } |
| OLD | NEW |