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 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "group_name": "Enabled" 204 "group_name": "Enabled"
205 } 205 }
206 ], 206 ],
207 "RefreshTokenDeviceId": [ 207 "RefreshTokenDeviceId": [
208 { 208 {
209 "group_name": "Enabled" 209 "group_name": "Enabled"
210 } 210 }
211 ], 211 ],
212 "RenderingPipelineThrottling": [ 212 "RenderingPipelineThrottling": [
213 { 213 {
214 "enable_features": [
215 "RenderingPipelineThrottling"
216 ],
214 "group_name": "Enabled" 217 "group_name": "Enabled"
215 } 218 }
216 ], 219 ],
217 "ReportCertificateErrors": [ 220 "ReportCertificateErrors": [
218 { 221 {
219 "group_name": "ShowAndPossiblySend", 222 "group_name": "ShowAndPossiblySend",
220 "params": { 223 "params": {
221 "sendingThreshold": "1.0" 224 "sendingThreshold": "1.0"
222 } 225 }
223 }, 226 },
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 359 ],
357 "use-new-media-cache": [ 360 "use-new-media-cache": [
358 { 361 {
359 "enable_features": [ 362 "enable_features": [
360 "use-new-media-cache" 363 "use-new-media-cache"
361 ], 364 ],
362 "group_name": "Enabled" 365 "group_name": "Enabled"
363 } 366 }
364 ] 367 ]
365 } 368 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698