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

Side by Side Diff: testing/variations/fieldtrial_testing_config_ios.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 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillProfileCleanup": [ 7 "AutofillProfileCleanup": [
8 { 8 {
9 "enable_features": [ 9 "enable_features": [
10 "AutofillProfileCleanup" 10 "AutofillProfileCleanup"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "PersistentHistograms" 82 "PersistentHistograms"
83 ], 83 ],
84 "group_name": "EnabledOnDisk", 84 "group_name": "EnabledOnDisk",
85 "params": { 85 "params": {
86 "storage": "MappedFile" 86 "storage": "MappedFile"
87 } 87 }
88 } 88 }
89 ], 89 ],
90 "QUIC": [ 90 "QUIC": [
91 { 91 {
92 "group_name": "Enabled", 92 "group_name": "Enabled"
93 "params": {
94 "delay_tcp_race": "true"
95 }
96 } 93 }
97 ], 94 ],
98 "SdchPersistence": [ 95 "SdchPersistence": [
99 { 96 {
100 "group_name": "Enabled" 97 "group_name": "Enabled"
101 } 98 }
102 ], 99 ],
103 "SecurityWarningIconUpdate": [ 100 "SecurityWarningIconUpdate": [
104 { 101 {
105 "enable_features": [ 102 "enable_features": [
(...skipping 18 matching lines...) Expand all
124 { 121 {
125 "group_name": "Disabled" 122 "group_name": "Disabled"
126 } 123 }
127 ], 124 ],
128 "TabSyncByRecency": [ 125 "TabSyncByRecency": [
129 { 126 {
130 "group_name": "Enabled" 127 "group_name": "Enabled"
131 } 128 }
132 ] 129 ]
133 } 130 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698