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

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

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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 "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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "IntelligentSessionRestore": [ 110 "IntelligentSessionRestore": [
111 { 111 {
112 "group_name": "Enabled" 112 "group_name": "Enabled"
113 } 113 }
114 ], 114 ],
115 "LocalNTPSuggestionsService": [ 115 "LocalNTPSuggestionsService": [
116 { 116 {
117 "group_name": "Enabled" 117 "group_name": "Enabled"
118 } 118 }
119 ], 119 ],
120 "MaterialDesignDownloads": [
121 {
122 "group_name": "Enabled"
123 }
124 ],
125 "NetworkQualityEstimator": [ 120 "NetworkQualityEstimator": [
126 { 121 {
127 "group_name": "Enabled", 122 "group_name": "Enabled",
128 "params": { 123 "params": {
129 "2G.DefaultMedianKbps": "81", 124 "2G.DefaultMedianKbps": "81",
130 "2G.DefaultMedianRTTMsec": "1337", 125 "2G.DefaultMedianRTTMsec": "1337",
131 "3G.DefaultMedianKbps": "658", 126 "3G.DefaultMedianKbps": "658",
132 "3G.DefaultMedianRTTMsec": "297", 127 "3G.DefaultMedianRTTMsec": "297",
133 "4G.DefaultMedianKbps": "1756", 128 "4G.DefaultMedianKbps": "1756",
134 "4G.DefaultMedianRTTMsec": "159", 129 "4G.DefaultMedianRTTMsec": "159",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 { 302 {
308 "group_name": "Enabled" 303 "group_name": "Enabled"
309 } 304 }
310 ], 305 ],
311 "WebRTC-PeerConnectionDTLS1.2": [ 306 "WebRTC-PeerConnectionDTLS1.2": [
312 { 307 {
313 "group_name": "Enabled" 308 "group_name": "Enabled"
314 } 309 }
315 ] 310 ]
316 } 311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698