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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "PreconnectMore": [ 210 "PreconnectMore": [
211 { 211 {
212 "enable_features": [ 212 "enable_features": [
213 "PreconnectMore" 213 "PreconnectMore"
214 ], 214 ],
215 "group_name": "Enabled" 215 "group_name": "Enabled"
216 } 216 }
217 ], 217 ],
218 "QUIC": [ 218 "QUIC": [
219 { 219 {
220 "group_name": "Enabled", 220 "group_name": "Enabled"
221 "params": {
222 "delay_tcp_race": "true"
223 }
224 } 221 }
225 ], 222 ],
226 "RafAlignedInput": [ 223 "RafAlignedInput": [
227 { 224 {
228 "enable_features": [ 225 "enable_features": [
229 "RafAlignedInput" 226 "RafAlignedInput"
230 ], 227 ],
231 "group_name": "Enabled" 228 "group_name": "Enabled"
232 } 229 }
233 ], 230 ],
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 ], 449 ],
453 "use-new-media-cache": [ 450 "use-new-media-cache": [
454 { 451 {
455 "enable_features": [ 452 "enable_features": [
456 "use-new-media-cache" 453 "use-new-media-cache"
457 ], 454 ],
458 "group_name": "Enabled" 455 "group_name": "Enabled"
459 } 456 }
460 ] 457 ]
461 } 458 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698