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

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

Issue 1917983002: FieldTrail - Added "delay_tcp_race": "true" as the default param when (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 22 matching lines...) Expand all
33 "ChromeDashboard": [ 33 "ChromeDashboard": [
34 { 34 {
35 "group_name": "Enabled" 35 "group_name": "Enabled"
36 }, 36 },
37 { 37 {
38 "group_name": "Default" 38 "group_name": "Default"
39 } 39 }
40 ], 40 ],
41 "ChromotingQUIC": [ 41 "ChromotingQUIC": [
42 { 42 {
43 "group_name": "Enabled" 43 "group_name": "Enabled",
44 "params": {
45 "delay_tcp_race": "true"
46 }
44 } 47 }
45 ], 48 ],
46 "DocumentWriteEvaluator": [ 49 "DocumentWriteEvaluator": [
47 { 50 {
48 "enable_features": [ 51 "enable_features": [
49 "DocumentWriteEvaluator" 52 "DocumentWriteEvaluator"
50 ], 53 ],
51 "group_name": "Enabled" 54 "group_name": "Enabled"
52 } 55 }
53 ], 56 ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ], 304 ],
302 "use-new-media-cache": [ 305 "use-new-media-cache": [
303 { 306 {
304 "enable_features": [ 307 "enable_features": [
305 "use-new-media-cache" 308 "use-new-media-cache"
306 ], 309 ],
307 "group_name": "Enabled" 310 "group_name": "Enabled"
308 } 311 }
309 ] 312 ]
310 } 313 }
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