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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "PreRead": [ 189 "PreRead": [
190 { 190 {
191 "group_name": "NoPrefetchArgument", 191 "group_name": "NoPrefetchArgument",
192 "params": { 192 "params": {
193 "NoPrefetchArgument": "true" 193 "NoPrefetchArgument": "true"
194 } 194 }
195 } 195 }
196 ], 196 ],
197 "QUIC": [ 197 "QUIC": [
198 { 198 {
199 "group_name": "Enabled" 199 "group_name": "Enabled",
200 "params": {
201 "delay_tcp_race": "true"
202 }
200 } 203 }
201 ], 204 ],
202 "RefreshTokenDeviceId": [ 205 "RefreshTokenDeviceId": [
203 { 206 {
204 "group_name": "Enabled" 207 "group_name": "Enabled"
205 } 208 }
206 ], 209 ],
207 "RenderingPipelineThrottling": [ 210 "RenderingPipelineThrottling": [
208 { 211 {
209 "enable_features": [ 212 "enable_features": [
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 ], 402 ],
400 "use-new-media-cache": [ 403 "use-new-media-cache": [
401 { 404 {
402 "enable_features": [ 405 "enable_features": [
403 "use-new-media-cache" 406 "use-new-media-cache"
404 ], 407 ],
405 "group_name": "Enabled" 408 "group_name": "Enabled"
406 } 409 }
407 ] 410 ]
408 } 411 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698