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 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2908 "linux", | 2908 "linux", |
2909 "mac" | 2909 "mac" |
2910 ], | 2910 ], |
2911 "experiments": [ | 2911 "experiments": [ |
2912 { | 2912 { |
2913 "name": "ExperimentYes" | 2913 "name": "ExperimentYes" |
2914 } | 2914 } |
2915 ] | 2915 ] |
2916 } | 2916 } |
2917 ], | 2917 ], |
| 2918 "SocketReadIfReady": [ |
| 2919 { |
| 2920 "platforms": [ |
| 2921 "android", |
| 2922 "chromeos", |
| 2923 "linux", |
| 2924 "mac", |
| 2925 "ios", |
| 2926 "win" |
| 2927 ], |
| 2928 "experiments": [ |
| 2929 { |
| 2930 "name": "Enabled", |
| 2931 "enable_features": [ |
| 2932 "SocketReadIfReady" |
| 2933 ] |
| 2934 } |
| 2935 ] |
| 2936 } |
| 2937 ], |
2918 "SpeculativeLaunchServiceWorker": [ | 2938 "SpeculativeLaunchServiceWorker": [ |
2919 { | 2939 { |
2920 "platforms": [ | 2940 "platforms": [ |
2921 "android", | 2941 "android", |
2922 "chromeos", | 2942 "chromeos", |
2923 "linux", | 2943 "linux", |
2924 "mac", | 2944 "mac", |
2925 "win" | 2945 "win" |
2926 ], | 2946 ], |
2927 "experiments": [ | 2947 "experiments": [ |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3415 { | 3435 { |
3416 "name": "Enabled", | 3436 "name": "Enabled", |
3417 "enable_features": [ | 3437 "enable_features": [ |
3418 "use-new-media-cache" | 3438 "use-new-media-cache" |
3419 ] | 3439 ] |
3420 } | 3440 } |
3421 ] | 3441 ] |
3422 } | 3442 } |
3423 ] | 3443 ] |
3424 } | 3444 } |
OLD | NEW |