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

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

Issue 2324803005: Enable RAF Aligned Input on waterfall (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
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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 } 280 }
281 ], 281 ],
282 "QUIC": [ 282 "QUIC": [
283 { 283 {
284 "group_name": "Enabled", 284 "group_name": "Enabled",
285 "params": { 285 "params": {
286 "delay_tcp_race": "true" 286 "delay_tcp_race": "true"
287 } 287 }
288 } 288 }
289 ], 289 ],
290 "RafAlignedInput": [
291 {
292 "enable_features": [
293 "RafAlignedInput"
294 ],
295 "group_name": "Enabled"
296 }
297 ],
290 "RefreshTokenDeviceId": [ 298 "RefreshTokenDeviceId": [
291 { 299 {
292 "group_name": "Enabled" 300 "group_name": "Enabled"
293 } 301 }
294 ], 302 ],
295 "ReportCertificateErrors": [ 303 "ReportCertificateErrors": [
296 { 304 {
297 "group_name": "ShowAndPossiblySend", 305 "group_name": "ShowAndPossiblySend",
298 "params": { 306 "params": {
299 "sendingThreshold": "1.0" 307 "sendingThreshold": "1.0"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 ], 546 ],
539 "use-new-media-cache": [ 547 "use-new-media-cache": [
540 { 548 {
541 "enable_features": [ 549 "enable_features": [
542 "use-new-media-cache" 550 "use-new-media-cache"
543 ], 551 ],
544 "group_name": "Enabled" 552 "group_name": "Enabled"
545 } 553 }
546 ] 554 ]
547 } 555 }
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