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

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

Issue 2862563004: 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 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"
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
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 }
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