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

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

Issue 2862563004: Create CSRSS Lockdown feature for finching (Closed)
Patch Set: add enable_features to EnableCsrssLockdown testing/variations/fieldtrial_testing_config.json 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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
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