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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 { | 821 { |
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 ], | |
832 "EnableCsrssLockdown": [ | |
833 { | |
834 "platforms": [ | |
835 "win" | |
836 ], | |
837 "experiments": [ | |
838 { | |
839 "name": "Enabled", | |
840 "enable_features": [ | |
841 "EnableCsrssLockdown" | |
842 ] | |
843 } | |
844 ] | |
845 } | |
846 ], | 831 ], |
847 "EnableGoogleCachedCopyTextExperiment": [ | 832 "EnableGoogleCachedCopyTextExperiment": [ |
848 { | 833 { |
849 "platforms": [ | 834 "platforms": [ |
850 "chromeos", | 835 "chromeos", |
851 "linux", | 836 "linux", |
852 "mac", | 837 "mac", |
853 "win" | 838 "win" |
854 ], | 839 ], |
855 "experiments": [ | 840 "experiments": [ |
(...skipping 2462 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 |