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

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

Issue 2411483002: Enable win32k lockdown for ppapi processes. (Closed)
Patch Set: readd entry Created 4 years, 2 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
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "linux", 548 "linux",
549 "win" 549 "win"
550 ], 550 ],
551 "experiments": [ 551 "experiments": [
552 { 552 {
553 "name": "Enabled" 553 "name": "Enabled"
554 } 554 }
555 ] 555 ]
556 } 556 }
557 ], 557 ],
558 "EnableWin32kLockDownMimeTypes": [
559 {
560 "platforms": [
561 "win"
562 ],
563 "experiments": [
564 {
565 "name": "PPAPILockdown_Enabled",
566 "params": {
567 "*": "Enabled"
568 }
569 }
570 ]
571 }
572 ],
573 "ExpectCTReporting": [ 558 "ExpectCTReporting": [
574 { 559 {
575 "platforms": [ 560 "platforms": [
576 "android", 561 "android",
577 "chromeos", 562 "chromeos",
578 "ios", 563 "ios",
579 "linux", 564 "linux",
580 "mac", 565 "mac",
581 "win" 566 "win"
582 ], 567 ],
(...skipping 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 { 2188 {
2204 "name": "Enabled", 2189 "name": "Enabled",
2205 "enable_features": [ 2190 "enable_features": [
2206 "use-new-media-cache" 2191 "use-new-media-cache"
2207 ] 2192 ]
2208 } 2193 }
2209 ] 2194 ]
2210 } 2195 }
2211 ] 2196 ]
2212 } 2197 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698