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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_win.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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "3G.DefaultMedianRTTMsec": "297", 219 "3G.DefaultMedianRTTMsec": "297",
220 "4G.DefaultMedianKbps": "1756", 220 "4G.DefaultMedianKbps": "1756",
221 "4G.DefaultMedianRTTMsec": "159", 221 "4G.DefaultMedianRTTMsec": "159",
222 "Bluetooth.DefaultMedianKbps": "449", 222 "Bluetooth.DefaultMedianKbps": "449",
223 "Bluetooth.DefaultMedianRTTMsec": "135", 223 "Bluetooth.DefaultMedianRTTMsec": "135",
224 "Ethernet.DefaultMedianKbps": "3263", 224 "Ethernet.DefaultMedianKbps": "3263",
225 "Ethernet.DefaultMedianRTTMsec": "106", 225 "Ethernet.DefaultMedianRTTMsec": "106",
226 "HalfLifeSeconds": "60", 226 "HalfLifeSeconds": "60",
227 "None.DefaultMedianKbps": "567", 227 "None.DefaultMedianKbps": "567",
228 "None.DefaultMedianRTTMsec": "272", 228 "None.DefaultMedianRTTMsec": "272",
229 "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
229 "Unknown.DefaultMedianKbps": "1916", 230 "Unknown.DefaultMedianKbps": "1916",
230 "Unknown.DefaultMedianRTTMsec": "121", 231 "Unknown.DefaultMedianRTTMsec": "121",
231 "WiFi.DefaultMedianKbps": "2736", 232 "WiFi.DefaultMedianKbps": "2736",
232 "WiFi.DefaultMedianRTTMsec": "168" 233 "WiFi.DefaultMedianRTTMsec": "168",
234 "correlation_logging_probability": "0.001"
233 } 235 }
234 } 236 }
235 ], 237 ],
236 "NetworkTimeQueries": [ 238 "NetworkTimeQueries": [
237 { 239 {
238 "enable_features": [ 240 "enable_features": [
239 "NetworkTimeServiceQuerying" 241 "NetworkTimeServiceQuerying"
240 ], 242 ],
241 "group_name": "NetworkTimeQueriesEnabled" 243 "group_name": "NetworkTimeQueriesEnabled"
242 } 244 }
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 578 ],
577 "use-new-media-cache": [ 579 "use-new-media-cache": [
578 { 580 {
579 "enable_features": [ 581 "enable_features": [
580 "use-new-media-cache" 582 "use-new-media-cache"
581 ], 583 ],
582 "group_name": "Enabled" 584 "group_name": "Enabled"
583 } 585 }
584 ] 586 ]
585 } 587 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698