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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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: 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "SchedulerExpensiveTaskBlocking": [ 188 "SchedulerExpensiveTaskBlocking": [
189 { 189 {
190 "group_name": "Enabled" 190 "group_name": "Enabled"
191 } 191 }
192 ], 192 ],
193 "SdchPersistence": [ 193 "SdchPersistence": [
194 { 194 {
195 "group_name": "Enabled" 195 "group_name": "Enabled"
196 } 196 }
197 ], 197 ],
198 "SpdyEnableDependencies": [
199 {
200 "group_name": "Enable"
201 }
202 ],
203 "StrictSecureCookies": [ 198 "StrictSecureCookies": [
204 { 199 {
205 "group_name": "Enabled" 200 "group_name": "Enabled"
206 } 201 }
207 ], 202 ],
208 "SyncHttpContentCompression": [ 203 "SyncHttpContentCompression": [
209 { 204 {
210 "group_name": "Enabled" 205 "group_name": "Enabled"
211 }, 206 },
212 { 207 {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 254 ],
260 "use-new-media-cache": [ 255 "use-new-media-cache": [
261 { 256 {
262 "enable_features": [ 257 "enable_features": [
263 "use-new-media-cache" 258 "use-new-media-cache"
264 ], 259 ],
265 "group_name": "Enabled" 260 "group_name": "Enabled"
266 } 261 }
267 ] 262 ]
268 } 263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698