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

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

Issue 2294463002: Add AppContainer mitigation to finch testing parameters. (Closed)
Patch Set: Created 4 years, 3 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 { 73 {
74 "disable_features": [ 74 "disable_features": [
75 "DocumentWriteEvaluator" 75 "DocumentWriteEvaluator"
76 ], 76 ],
77 "group_name": "DocumentWriteScriptBlockGroup", 77 "group_name": "DocumentWriteScriptBlockGroup",
78 "params": { 78 "params": {
79 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true" 79 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true"
80 } 80 }
81 } 81 }
82 ], 82 ],
83 "EnableAppContainer": [
84 {
85 "group_name": "Enabled"
86 }
87 ],
83 "EnableGoogleCachedCopyTextExperiment": [ 88 "EnableGoogleCachedCopyTextExperiment": [
84 { 89 {
85 "group_name": "Button" 90 "group_name": "Button"
86 } 91 }
87 ], 92 ],
88 "EnableMediaRouter": [ 93 "EnableMediaRouter": [
89 { 94 {
90 "group_name": "Enabled" 95 "group_name": "Enabled"
91 } 96 }
92 ], 97 ],
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ], 548 ],
544 "use-new-media-cache": [ 549 "use-new-media-cache": [
545 { 550 {
546 "enable_features": [ 551 "enable_features": [
547 "use-new-media-cache" 552 "use-new-media-cache"
548 ], 553 ],
549 "group_name": "Enabled" 554 "group_name": "Enabled"
550 } 555 }
551 ] 556 ]
552 } 557 }
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