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

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

Issue 2204383002: Fix the params for NetworkQualityEstimator field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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_android.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "3G.DefaultMedianRTTMsec": "297", 171 "3G.DefaultMedianRTTMsec": "297",
172 "4G.DefaultMedianKbps": "1756", 172 "4G.DefaultMedianKbps": "1756",
173 "4G.DefaultMedianRTTMsec": "159", 173 "4G.DefaultMedianRTTMsec": "159",
174 "Bluetooth.DefaultMedianKbps": "449", 174 "Bluetooth.DefaultMedianKbps": "449",
175 "Bluetooth.DefaultMedianRTTMsec": "135", 175 "Bluetooth.DefaultMedianRTTMsec": "135",
176 "Ethernet.DefaultMedianKbps": "3263", 176 "Ethernet.DefaultMedianKbps": "3263",
177 "Ethernet.DefaultMedianRTTMsec": "106", 177 "Ethernet.DefaultMedianRTTMsec": "106",
178 "HalfLifeSeconds": "60", 178 "HalfLifeSeconds": "60",
179 "None.DefaultMedianKbps": "567", 179 "None.DefaultMedianKbps": "567",
180 "None.DefaultMedianRTTMsec": "272", 180 "None.DefaultMedianRTTMsec": "272",
181 "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
181 "Unknown.DefaultMedianKbps": "1916", 182 "Unknown.DefaultMedianKbps": "1916",
182 "Unknown.DefaultMedianRTTMsec": "121", 183 "Unknown.DefaultMedianRTTMsec": "121",
183 "WiFi.DefaultMedianKbps": "2736", 184 "WiFi.DefaultMedianKbps": "2736",
184 "WiFi.DefaultMedianRTTMsec": "168" 185 "WiFi.DefaultMedianRTTMsec": "168",
186 "correlation_logging_probability": "0.001"
185 } 187 }
186 } 188 }
187 ], 189 ],
188 "NetworkTimeQueries": [ 190 "NetworkTimeQueries": [
189 { 191 {
190 "enable_features": [ 192 "enable_features": [
191 "NetworkTimeServiceQuerying" 193 "NetworkTimeServiceQuerying"
192 ], 194 ],
193 "group_name": "NetworkTimeQueriesEnabled" 195 "group_name": "NetworkTimeQueriesEnabled"
194 } 196 }
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ], 496 ],
495 "use-new-media-cache": [ 497 "use-new-media-cache": [
496 { 498 {
497 "enable_features": [ 499 "enable_features": [
498 "use-new-media-cache" 500 "use-new-media-cache"
499 ], 501 ],
500 "group_name": "Enabled" 502 "group_name": "Enabled"
501 } 503 }
502 ] 504 ]
503 } 505 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698