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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "PreconnectMore": [ 365 "PreconnectMore": [
366 { 366 {
367 "enable_features": [ 367 "enable_features": [
368 "PreconnectMore" 368 "PreconnectMore"
369 ], 369 ],
370 "group_name": "Enabled" 370 "group_name": "Enabled"
371 } 371 }
372 ], 372 ],
373 "QUIC": [ 373 "QUIC": [
374 { 374 {
375 "group_name": "Enabled", 375 "group_name": "Enabled"
376 "params": {
377 "delay_tcp_race": "true"
378 }
379 } 376 }
380 ], 377 ],
381 "RafAlignedInput": [ 378 "RafAlignedInput": [
382 { 379 {
383 "enable_features": [ 380 "enable_features": [
384 "RafAlignedInput" 381 "RafAlignedInput"
385 ], 382 ],
386 "group_name": "Enabled" 383 "group_name": "Enabled"
387 } 384 }
388 ], 385 ],
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 628 ],
632 "use-new-media-cache": [ 629 "use-new-media-cache": [
633 { 630 {
634 "enable_features": [ 631 "enable_features": [
635 "use-new-media-cache" 632 "use-new-media-cache"
636 ], 633 ],
637 "group_name": "Enabled" 634 "group_name": "Enabled"
638 } 635 }
639 ] 636 ]
640 } 637 }
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