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

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

Issue 2348033002: Remove "delay_tcp_race": "true" from QUIC testing variations since it is now on by default and not … (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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "PreconnectMore": [ 294 "PreconnectMore": [
295 { 295 {
296 "enable_features": [ 296 "enable_features": [
297 "PreconnectMore" 297 "PreconnectMore"
298 ], 298 ],
299 "group_name": "Enabled" 299 "group_name": "Enabled"
300 } 300 }
301 ], 301 ],
302 "QUIC": [ 302 "QUIC": [
303 { 303 {
304 "group_name": "Enabled", 304 "group_name": "Enabled"
305 "params": {
306 "delay_tcp_race": "true"
307 }
308 } 305 }
309 ], 306 ],
310 "RafAlignedInput": [ 307 "RafAlignedInput": [
311 { 308 {
312 "enable_features": [ 309 "enable_features": [
313 "RafAlignedInput" 310 "RafAlignedInput"
314 ], 311 ],
315 "group_name": "Enabled" 312 "group_name": "Enabled"
316 } 313 }
317 ], 314 ],
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ], 563 ],
567 "use-new-media-cache": [ 564 "use-new-media-cache": [
568 { 565 {
569 "enable_features": [ 566 "enable_features": [
570 "use-new-media-cache" 567 "use-new-media-cache"
571 ], 568 ],
572 "group_name": "Enabled" 569 "group_name": "Enabled"
573 } 570 }
574 ] 571 ]
575 } 572 }
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