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 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2755 "linux", | 2755 "linux", |
2756 "mac" | 2756 "mac" |
2757 ], | 2757 ], |
2758 "experiments": [ | 2758 "experiments": [ |
2759 { | 2759 { |
2760 "name": "ExperimentYes" | 2760 "name": "ExperimentYes" |
2761 } | 2761 } |
2762 ] | 2762 ] |
2763 } | 2763 } |
2764 ], | 2764 ], |
2765 "SiteIsolationExtensions": [ | |
2766 { | |
2767 "platforms": [ | |
2768 "chromeos", | |
2769 "linux", | |
2770 "mac", | |
2771 "win" | |
2772 ], | |
2773 "experiments": [ | |
2774 { | |
2775 "name": "Enabled" | |
2776 } | |
2777 ] | |
2778 } | |
2779 ], | |
2780 "SpeculativeLaunchServiceWorker": [ | 2765 "SpeculativeLaunchServiceWorker": [ |
2781 { | 2766 { |
2782 "platforms": [ | 2767 "platforms": [ |
2783 "android", | 2768 "android", |
2784 "chromeos", | 2769 "chromeos", |
2785 "linux", | 2770 "linux", |
2786 "mac", | 2771 "mac", |
2787 "win" | 2772 "win" |
2788 ], | 2773 ], |
2789 "experiments": [ | 2774 "experiments": [ |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3318 { | 3303 { |
3319 "name": "Enabled", | 3304 "name": "Enabled", |
3320 "enable_features": [ | 3305 "enable_features": [ |
3321 "use-new-media-cache" | 3306 "use-new-media-cache" |
3322 ] | 3307 ] |
3323 } | 3308 } |
3324 ] | 3309 ] |
3325 } | 3310 } |
3326 ] | 3311 ] |
3327 } | 3312 } |
OLD | NEW |