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

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: Incorporate Bence's detailed comments. 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "SchedulerExpensiveTaskBlocking": [ 172 "SchedulerExpensiveTaskBlocking": [
173 { 173 {
174 "group_name": "Enabled" 174 "group_name": "Enabled"
175 } 175 }
176 ], 176 ],
177 "SdchPersistence": [ 177 "SdchPersistence": [
178 { 178 {
179 "group_name": "Enabled" 179 "group_name": "Enabled"
180 } 180 }
181 ], 181 ],
182 "SpdyEnableDependencies": [
183 {
184 "group_name": "Enable"
185 }
186 ],
187 "StrictSecureCookies": [ 182 "StrictSecureCookies": [
188 { 183 {
189 "group_name": "Enabled" 184 "group_name": "Enabled"
190 } 185 }
191 ], 186 ],
192 "SyncHttpContentCompression": [ 187 "SyncHttpContentCompression": [
193 { 188 {
194 "group_name": "Enabled" 189 "group_name": "Enabled"
195 }, 190 },
196 { 191 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 ], 230 ],
236 "use-new-media-cache": [ 231 "use-new-media-cache": [
237 { 232 {
238 "enable_features": [ 233 "enable_features": [
239 "use-new-media-cache" 234 "use-new-media-cache"
240 ], 235 ],
241 "group_name": "Enabled" 236 "group_name": "Enabled"
242 } 237 }
243 ] 238 ]
244 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698