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

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: 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 "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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "SchedulerExpensiveTaskBlocking": [ 133 "SchedulerExpensiveTaskBlocking": [
134 { 134 {
135 "group_name": "Enabled" 135 "group_name": "Enabled"
136 } 136 }
137 ], 137 ],
138 "SdchPersistence": [ 138 "SdchPersistence": [
139 { 139 {
140 "group_name": "Enabled" 140 "group_name": "Enabled"
141 } 141 }
142 ], 142 ],
143 "SpdyEnableDependencies": [
144 {
145 "group_name": "Enable"
146 }
147 ],
148 "StrictSecureCookies": [ 143 "StrictSecureCookies": [
149 { 144 {
150 "group_name": "Enabled" 145 "group_name": "Enabled"
151 } 146 }
152 ], 147 ],
153 "SyncHttpContentCompression": [ 148 "SyncHttpContentCompression": [
154 { 149 {
155 "group_name": "Enabled" 150 "group_name": "Enabled"
156 }, 151 },
157 { 152 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ], 191 ],
197 "use-new-media-cache": [ 192 "use-new-media-cache": [
198 { 193 {
199 "enable_features": [ 194 "enable_features": [
200 "use-new-media-cache" 195 "use-new-media-cache"
201 ], 196 ],
202 "group_name": "Enabled" 197 "group_name": "Enabled"
203 } 198 }
204 ] 199 ]
205 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698