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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 } 338 }
339 ], 339 ],
340 "QUIC": [ 340 "QUIC": [
341 { 341 {
342 "group_name": "Enabled", 342 "group_name": "Enabled",
343 "params": { 343 "params": {
344 "delay_tcp_race": "true" 344 "delay_tcp_race": "true"
345 } 345 }
346 } 346 }
347 ], 347 ],
348 "RafAlignedInput": [
349 {
350 "enable_features": [
351 "RafAlignedInput"
352 ],
353 "group_name": "Enabled"
354 }
355 ],
348 "RefreshTokenDeviceId": [ 356 "RefreshTokenDeviceId": [
349 { 357 {
350 "group_name": "Enabled" 358 "group_name": "Enabled"
351 } 359 }
352 ], 360 ],
353 "ReportCertificateErrors": [ 361 "ReportCertificateErrors": [
354 { 362 {
355 "group_name": "ShowAndPossiblySend", 363 "group_name": "ShowAndPossiblySend",
356 "params": { 364 "params": {
357 "sendingThreshold": "1.0" 365 "sendingThreshold": "1.0"
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ], 598 ],
591 "use-new-media-cache": [ 599 "use-new-media-cache": [
592 { 600 {
593 "enable_features": [ 601 "enable_features": [
594 "use-new-media-cache" 602 "use-new-media-cache"
595 ], 603 ],
596 "group_name": "Enabled" 604 "group_name": "Enabled"
597 } 605 }
598 ] 606 ]
599 } 607 }
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