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

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

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "SdchPersistence": [ 185 "SdchPersistence": [
186 { 186 {
187 "group_name": "Enabled" 187 "group_name": "Enabled"
188 } 188 }
189 ], 189 ],
190 "SimpleCacheTrial": [ 190 "SimpleCacheTrial": [
191 { 191 {
192 "group_name": "ExperimentYes" 192 "group_name": "ExperimentYes"
193 } 193 }
194 ], 194 ],
195 "SpdyEnableDependencies": [
196 {
197 "group_name": "Enable"
198 }
199 ],
200 "StrictSecureCookies": [ 195 "StrictSecureCookies": [
201 { 196 {
202 "group_name": "Enabled" 197 "group_name": "Enabled"
203 } 198 }
204 ], 199 ],
205 "SyncHttpContentCompression": [ 200 "SyncHttpContentCompression": [
206 { 201 {
207 "group_name": "Enabled" 202 "group_name": "Enabled"
208 }, 203 },
209 { 204 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ], 243 ],
249 "use-new-media-cache": [ 244 "use-new-media-cache": [
250 { 245 {
251 "enable_features": [ 246 "enable_features": [
252 "use-new-media-cache" 247 "use-new-media-cache"
253 ], 248 ],
254 "group_name": "Enabled" 249 "group_name": "Enabled"
255 } 250 }
256 ] 251 ]
257 } 252 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698