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

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

Issue 1845223002: variations: Also enable the RenderingPipelineThrottling feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "group_name": "SmartLockBrandingSavePromptOnly" 81 "group_name": "SmartLockBrandingSavePromptOnly"
82 } 82 }
83 ], 83 ],
84 "QUIC": [ 84 "QUIC": [
85 { 85 {
86 "group_name": "Enabled" 86 "group_name": "Enabled"
87 } 87 }
88 ], 88 ],
89 "RenderingPipelineThrottling": [ 89 "RenderingPipelineThrottling": [
90 { 90 {
91 "enable_features": [
92 "RenderingPipelineThrottling"
93 ],
91 "group_name": "Enabled" 94 "group_name": "Enabled"
92 } 95 }
93 ], 96 ],
94 "ReportCertificateErrors": [ 97 "ReportCertificateErrors": [
95 { 98 {
96 "group_name": "ShowAndPossiblySend", 99 "group_name": "ShowAndPossiblySend",
97 "params": { 100 "params": {
98 "sendingThreshold": "1.0" 101 "sendingThreshold": "1.0"
99 } 102 }
100 }, 103 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ], 199 ],
197 "use-new-media-cache": [ 200 "use-new-media-cache": [
198 { 201 {
199 "enable_features": [ 202 "enable_features": [
200 "use-new-media-cache" 203 "use-new-media-cache"
201 ], 204 ],
202 "group_name": "Enabled" 205 "group_name": "Enabled"
203 } 206 }
204 ] 207 ]
205 } 208 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698