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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "SdchPersistence": [ 138 "SdchPersistence": [
139 { 139 {
140 "group_name": "Enabled" 140 "group_name": "Enabled"
141 } 141 }
142 ], 142 ],
143 "SimpleCacheTrial": [ 143 "SimpleCacheTrial": [
144 { 144 {
145 "group_name": "ExperimentYes" 145 "group_name": "ExperimentYes"
146 } 146 }
147 ], 147 ],
148 "SpdyEnableDependencies": [
149 {
150 "group_name": "Enable"
151 }
152 ],
153 "StrictSecureCookies": [ 148 "StrictSecureCookies": [
154 { 149 {
155 "group_name": "Enabled" 150 "group_name": "Enabled"
156 } 151 }
157 ], 152 ],
158 "SyncHttpContentCompression": [ 153 "SyncHttpContentCompression": [
159 { 154 {
160 "group_name": "Enabled" 155 "group_name": "Enabled"
161 }, 156 },
162 { 157 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ], 196 ],
202 "use-new-media-cache": [ 197 "use-new-media-cache": [
203 { 198 {
204 "enable_features": [ 199 "enable_features": [
205 "use-new-media-cache" 200 "use-new-media-cache"
206 ], 201 ],
207 "group_name": "Enabled" 202 "group_name": "Enabled"
208 } 203 }
209 ] 204 ]
210 } 205 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698