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_mac.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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "group_name": "Enabled" 137 "group_name": "Enabled"
138 } 138 }
139 ], 139 ],
140 "RefreshTokenDeviceId": [ 140 "RefreshTokenDeviceId": [
141 { 141 {
142 "group_name": "Enabled" 142 "group_name": "Enabled"
143 } 143 }
144 ], 144 ],
145 "RenderingPipelineThrottling": [ 145 "RenderingPipelineThrottling": [
146 { 146 {
147 "enable_features": [
148 "RenderingPipelineThrottling"
149 ],
147 "group_name": "Enabled" 150 "group_name": "Enabled"
148 } 151 }
149 ], 152 ],
150 "ReportCertificateErrors": [ 153 "ReportCertificateErrors": [
151 { 154 {
152 "group_name": "ShowAndPossiblySend", 155 "group_name": "ShowAndPossiblySend",
153 "params": { 156 "params": {
154 "sendingThreshold": "1.0" 157 "sendingThreshold": "1.0"
155 } 158 }
156 }, 159 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ], 290 ],
288 "use-new-media-cache": [ 291 "use-new-media-cache": [
289 { 292 {
290 "enable_features": [ 293 "enable_features": [
291 "use-new-media-cache" 294 "use-new-media-cache"
292 ], 295 ],
293 "group_name": "Enabled" 296 "group_name": "Enabled"
294 } 297 }
295 ] 298 ]
296 } 299 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698