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

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: Update finch test config on chromeos Created 4 years, 7 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "NoPrefetchArgument": "true" 224 "NoPrefetchArgument": "true"
225 } 225 }
226 }, 226 },
227 { 227 {
228 "group_name": "PreReadChromeChildInBrowser", 228 "group_name": "PreReadChromeChildInBrowser",
229 "params": { 229 "params": {
230 "PreReadChromeChildInBrowser": "true" 230 "PreReadChromeChildInBrowser": "true"
231 } 231 }
232 } 232 }
233 ], 233 ],
234 "PreconnectMore": [
235 {
236 "enable_features": [
237 "PreconnectMore"
238 ],
239 "group_name": "Enabled"
240 }
241 ],
234 "QUIC": [ 242 "QUIC": [
235 { 243 {
236 "group_name": "Enabled", 244 "group_name": "Enabled",
237 "params": { 245 "params": {
238 "delay_tcp_race": "true" 246 "delay_tcp_race": "true"
239 } 247 }
240 } 248 }
241 ], 249 ],
242 "RefreshTokenDeviceId": [ 250 "RefreshTokenDeviceId": [
243 { 251 {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ], 463 ],
456 "use-new-media-cache": [ 464 "use-new-media-cache": [
457 { 465 {
458 "enable_features": [ 466 "enable_features": [
459 "use-new-media-cache" 467 "use-new-media-cache"
460 ], 468 ],
461 "group_name": "Enabled" 469 "group_name": "Enabled"
462 } 470 }
463 ] 471 ]
464 } 472 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698