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

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

Issue 1918583002: Add field trial testing config for MojoChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "LocalNTPSuggestionsService": [ 130 "LocalNTPSuggestionsService": [
131 { 131 {
132 "group_name": "Enabled" 132 "group_name": "Enabled"
133 } 133 }
134 ], 134 ],
135 "MaterialDesignDownloads": [ 135 "MaterialDesignDownloads": [
136 { 136 {
137 "group_name": "Enabled" 137 "group_name": "Enabled"
138 } 138 }
139 ], 139 ],
140 "MojoChannel": [
141 {
142 "group_name": "Enabled"
143 }
144 ],
140 "NetworkQualityEstimator": [ 145 "NetworkQualityEstimator": [
141 { 146 {
142 "group_name": "Enabled", 147 "group_name": "Enabled",
143 "params": { 148 "params": {
144 "2G.DefaultMedianKbps": "81", 149 "2G.DefaultMedianKbps": "81",
145 "2G.DefaultMedianRTTMsec": "1337", 150 "2G.DefaultMedianRTTMsec": "1337",
146 "3G.DefaultMedianKbps": "658", 151 "3G.DefaultMedianKbps": "658",
147 "3G.DefaultMedianRTTMsec": "297", 152 "3G.DefaultMedianRTTMsec": "297",
148 "4G.DefaultMedianKbps": "1756", 153 "4G.DefaultMedianKbps": "1756",
149 "4G.DefaultMedianRTTMsec": "159", 154 "4G.DefaultMedianRTTMsec": "159",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 ], 404 ],
400 "use-new-media-cache": [ 405 "use-new-media-cache": [
401 { 406 {
402 "enable_features": [ 407 "enable_features": [
403 "use-new-media-cache" 408 "use-new-media-cache"
404 ], 409 ],
405 "group_name": "Enabled" 410 "group_name": "Enabled"
406 } 411 }
407 ] 412 ]
408 } 413 }
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