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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
« 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 25 matching lines...) Expand all
36 "params": { 36 "params": {
37 "limit": "3" 37 "limit": "3"
38 } 38 }
39 }, 39 },
40 { 40 {
41 "group_name": "Enabled" 41 "group_name": "Enabled"
42 } 42 }
43 ], 43 ],
44 "ChromotingQUIC": [ 44 "ChromotingQUIC": [
45 { 45 {
46 "group_name": "Enabled" 46 "group_name": "Enabled",
47 "params": {
48 "delay_tcp_race": "true"
49 }
47 } 50 }
48 ], 51 ],
49 "ContextualSearch": [ 52 "ContextualSearch": [
50 { 53 {
51 "group_name": "OptOut", 54 "group_name": "OptOut",
52 "params": { 55 "params": {
53 "enabled": "true" 56 "enabled": "true"
54 } 57 }
55 } 58 }
56 ], 59 ],
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ], 473 ],
471 "use-new-media-cache": [ 474 "use-new-media-cache": [
472 { 475 {
473 "enable_features": [ 476 "enable_features": [
474 "use-new-media-cache" 477 "use-new-media-cache"
475 ], 478 ],
476 "group_name": "Enabled" 479 "group_name": "Enabled"
477 } 480 }
478 ] 481 ]
479 } 482 }
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