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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "ProgressBarAnimationAndroid": [ 387 "ProgressBarAnimationAndroid": [
388 { 388 {
389 "group_name": "SmoothAnimation", 389 "group_name": "SmoothAnimation",
390 "params": { 390 "params": {
391 "progress-bar-animation": "smooth" 391 "progress-bar-animation": "smooth"
392 } 392 }
393 } 393 }
394 ], 394 ],
395 "QUIC": [ 395 "QUIC": [
396 { 396 {
397 "group_name": "Enabled", 397 "group_name": "Enabled"
398 "params": {
399 "delay_tcp_race": "true"
400 }
401 } 398 }
402 ], 399 ],
403 "RafAlignedInput": [ 400 "RafAlignedInput": [
404 { 401 {
405 "enable_features": [ 402 "enable_features": [
406 "RafAlignedInput" 403 "RafAlignedInput"
407 ], 404 ],
408 "group_name": "Enabled" 405 "group_name": "Enabled"
409 } 406 }
410 ], 407 ],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 661 ],
665 "use-new-media-cache": [ 662 "use-new-media-cache": [
666 { 663 {
667 "enable_features": [ 664 "enable_features": [
668 "use-new-media-cache" 665 "use-new-media-cache"
669 ], 666 ],
670 "group_name": "Enabled" 667 "group_name": "Enabled"
671 } 668 }
672 ] 669 ]
673 } 670 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698