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

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

Issue 2243953002: Add Win32k lockdown for PPAPI processes to finch testing parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "EnableMediaRouterWithCastExtension": [ 93 "EnableMediaRouterWithCastExtension": [
94 { 94 {
95 "group_name": "Enabled" 95 "group_name": "Enabled"
96 } 96 }
97 ], 97 ],
98 "EnableSessionCrashedBubbleUI": [ 98 "EnableSessionCrashedBubbleUI": [
99 { 99 {
100 "group_name": "Enabled" 100 "group_name": "Enabled"
101 } 101 }
102 ], 102 ],
103 "EnableWin32kLockDownMimeTypes": [
104 {
105 "group_name": "PPAPILockdown_Enabled",
106 "params": {
107 "*": "Enabled"
108 }
109 }
110 ],
103 "ExpectCTReporting": [ 111 "ExpectCTReporting": [
104 { 112 {
105 "enable_features": [ 113 "enable_features": [
106 "ExpectCTReporting" 114 "ExpectCTReporting"
107 ], 115 ],
108 "group_name": "ExpectCTReportingEnabled" 116 "group_name": "ExpectCTReportingEnabled"
109 } 117 }
110 ], 118 ],
111 "ExtensionActionRedesign": [ 119 "ExtensionActionRedesign": [
112 { 120 {
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 504 ],
497 "use-new-media-cache": [ 505 "use-new-media-cache": [
498 { 506 {
499 "enable_features": [ 507 "enable_features": [
500 "use-new-media-cache" 508 "use-new-media-cache"
501 ], 509 ],
502 "group_name": "Enabled" 510 "group_name": "Enabled"
503 } 511 }
504 ] 512 ]
505 } 513 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698