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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 "platforms": [ | 822 "platforms": [ |
823 "win" | 823 "win" |
824 ], | 824 ], |
825 "experiments": [ | 825 "experiments": [ |
826 { | 826 { |
827 "name": "Enabled" | 827 "name": "Enabled" |
828 } | 828 } |
829 ] | 829 ] |
830 } | 830 } |
831 ], | 831 ], |
| 832 "EnableCsrssLockdown": [ |
| 833 { |
| 834 "platforms": [ |
| 835 "win" |
| 836 ], |
| 837 "experiments": [ |
| 838 { |
| 839 "name": "Enabled", |
| 840 "enable_features": [ |
| 841 "EnableCsrssLockdown" |
| 842 ] |
| 843 } |
| 844 ] |
| 845 } |
| 846 ], |
832 "EnableGoogleCachedCopyTextExperiment": [ | 847 "EnableGoogleCachedCopyTextExperiment": [ |
833 { | 848 { |
834 "platforms": [ | 849 "platforms": [ |
835 "chromeos", | 850 "chromeos", |
836 "linux", | 851 "linux", |
837 "mac", | 852 "mac", |
838 "win" | 853 "win" |
839 ], | 854 ], |
840 "experiments": [ | 855 "experiments": [ |
841 { | 856 { |
(...skipping 2461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3303 { | 3318 { |
3304 "name": "Enabled", | 3319 "name": "Enabled", |
3305 "enable_features": [ | 3320 "enable_features": [ |
3306 "use-new-media-cache" | 3321 "use-new-media-cache" |
3307 ] | 3322 ] |
3308 } | 3323 } |
3309 ] | 3324 ] |
3310 } | 3325 } |
3311 ] | 3326 ] |
3312 } | 3327 } |
OLD | NEW |