Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2867103003: Revert of Create CSRSS Lockdown feature for finching (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698