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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "group_name": "Enabled" 121 "group_name": "Enabled"
122 } 122 }
123 ], 123 ],
124 "RefreshTokenDeviceId": [ 124 "RefreshTokenDeviceId": [
125 { 125 {
126 "group_name": "Enabled" 126 "group_name": "Enabled"
127 } 127 }
128 ], 128 ],
129 "RenderingPipelineThrottling": [ 129 "RenderingPipelineThrottling": [
130 { 130 {
131 "enable_features": [
132 "RenderingPipelineThrottling"
133 ],
131 "group_name": "Enabled" 134 "group_name": "Enabled"
132 } 135 }
133 ], 136 ],
134 "ReportCertificateErrors": [ 137 "ReportCertificateErrors": [
135 { 138 {
136 "group_name": "ShowAndPossiblySend", 139 "group_name": "ShowAndPossiblySend",
137 "params": { 140 "params": {
138 "sendingThreshold": "1.0" 141 "sendingThreshold": "1.0"
139 } 142 }
140 }, 143 },
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 266 ],
264 "use-new-media-cache": [ 267 "use-new-media-cache": [
265 { 268 {
266 "enable_features": [ 269 "enable_features": [
267 "use-new-media-cache" 270 "use-new-media-cache"
268 ], 271 ],
269 "group_name": "Enabled" 272 "group_name": "Enabled"
270 } 273 }
271 ] 274 ]
272 } 275 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698