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

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

Issue 1857573002: [reland] Change net's predictor_tab_helper to use the new content Navigation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 } 172 }
173 ], 173 ],
174 "PreRead": [ 174 "PreRead": [
175 { 175 {
176 "group_name": "NoPrefetchArgument", 176 "group_name": "NoPrefetchArgument",
177 "params": { 177 "params": {
178 "NoPrefetchArgument": "true" 178 "NoPrefetchArgument": "true"
179 } 179 }
180 } 180 }
181 ], 181 ],
182 "PreconnectMore": [
183 {
184 "enable_features": [
185 "PreconnectMore"
186 ],
187 "group_name": "Enabled"
188 },
189 {
190 "group_name": "Default"
191 }
192 ],
182 "QUIC": [ 193 "QUIC": [
183 { 194 {
184 "group_name": "Enabled" 195 "group_name": "Enabled"
185 } 196 }
186 ], 197 ],
187 "RefreshTokenDeviceId": [ 198 "RefreshTokenDeviceId": [
188 { 199 {
189 "group_name": "Enabled" 200 "group_name": "Enabled"
190 } 201 }
191 ], 202 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 ], 363 ],
353 "use-new-media-cache": [ 364 "use-new-media-cache": [
354 { 365 {
355 "enable_features": [ 366 "enable_features": [
356 "use-new-media-cache" 367 "use-new-media-cache"
357 ], 368 ],
358 "group_name": "Enabled" 369 "group_name": "Enabled"
359 } 370 }
360 ] 371 ]
361 } 372 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698