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" | |
Alexei Svitkine (slow)
2017/05/04 15:04:46
You're missing an "enable_features" entry here.
| |
840 } | |
841 ] | |
842 } | |
843 ], | |
832 "EnableGoogleCachedCopyTextExperiment": [ | 844 "EnableGoogleCachedCopyTextExperiment": [ |
833 { | 845 { |
834 "platforms": [ | 846 "platforms": [ |
835 "chromeos", | 847 "chromeos", |
836 "linux", | 848 "linux", |
837 "mac", | 849 "mac", |
838 "win" | 850 "win" |
839 ], | 851 ], |
840 "experiments": [ | 852 "experiments": [ |
841 { | 853 { |
(...skipping 2461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3303 { | 3315 { |
3304 "name": "Enabled", | 3316 "name": "Enabled", |
3305 "enable_features": [ | 3317 "enable_features": [ |
3306 "use-new-media-cache" | 3318 "use-new-media-cache" |
3307 ] | 3319 ] |
3308 } | 3320 } |
3309 ] | 3321 ] |
3310 } | 3322 } |
3311 ] | 3323 ] |
3312 } | 3324 } |
OLD | NEW |