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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "PreconnectMore": [ 258 "PreconnectMore": [
259 { 259 {
260 "enable_features": [ 260 "enable_features": [
261 "PreconnectMore" 261 "PreconnectMore"
262 ], 262 ],
263 "group_name": "Enabled" 263 "group_name": "Enabled"
264 } 264 }
265 ], 265 ],
266 "QUIC": [ 266 "QUIC": [
267 { 267 {
268 "group_name": "Enabled", 268 "group_name": "Enabled"
269 "params": {
270 "delay_tcp_race": "true"
271 }
272 } 269 }
273 ], 270 ],
274 "RafAlignedInput": [ 271 "RafAlignedInput": [
275 { 272 {
276 "enable_features": [ 273 "enable_features": [
277 "RafAlignedInput" 274 "RafAlignedInput"
278 ], 275 ],
279 "group_name": "Enabled" 276 "group_name": "Enabled"
280 } 277 }
281 ], 278 ],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 ], 511 ],
515 "use-new-media-cache": [ 512 "use-new-media-cache": [
516 { 513 {
517 "enable_features": [ 514 "enable_features": [
518 "use-new-media-cache" 515 "use-new-media-cache"
519 ], 516 ],
520 "group_name": "Enabled" 517 "group_name": "Enabled"
521 } 518 }
522 ] 519 ]
523 } 520 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698