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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 28 matching lines...) Expand all
39 "ChromeDashboard": [ 39 "ChromeDashboard": [
40 { 40 {
41 "group_name": "Enabled" 41 "group_name": "Enabled"
42 }, 42 },
43 { 43 {
44 "group_name": "Default" 44 "group_name": "Default"
45 } 45 }
46 ], 46 ],
47 "ChromotingQUIC": [ 47 "ChromotingQUIC": [
48 { 48 {
49 "group_name": "Enabled" 49 "group_name": "Enabled",
50 "params": {
51 "delay_tcp_race": "true"
52 }
50 } 53 }
51 ], 54 ],
52 "DocumentWriteEvaluator": [ 55 "DocumentWriteEvaluator": [
53 { 56 {
54 "enable_features": [ 57 "enable_features": [
55 "DocumentWriteEvaluator" 58 "DocumentWriteEvaluator"
56 ], 59 ],
57 "group_name": "Enabled" 60 "group_name": "Enabled"
58 } 61 }
59 ], 62 ],
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 341 ],
339 "use-new-media-cache": [ 342 "use-new-media-cache": [
340 { 343 {
341 "enable_features": [ 344 "enable_features": [
342 "use-new-media-cache" 345 "use-new-media-cache"
343 ], 346 ],
344 "group_name": "Enabled" 347 "group_name": "Enabled"
345 } 348 }
346 ] 349 ]
347 } 350 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698