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

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

Issue 2286903002: Remove code related to the PreReadChromeChildInBrowser field trial. (Closed)
Patch Set: Created 4 years, 3 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 | « components/startup_metric_utils/common/pre_read_field_trial_utils_win.cc ('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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 } 304 }
305 ], 305 ],
306 "PointerEvent": [ 306 "PointerEvent": [
307 { 307 {
308 "enable_features": [ 308 "enable_features": [
309 "PointerEvent" 309 "PointerEvent"
310 ], 310 ],
311 "group_name": "Enabled" 311 "group_name": "Enabled"
312 } 312 }
313 ], 313 ],
314 "PreRead": [
315 {
316 "group_name": "NoPrefetchArgument2",
317 "params": {
318 "NoPrefetchArgument": "true"
319 }
320 },
321 {
322 "group_name": "PreReadChromeChildInBrowser",
323 "params": {
324 "PreReadChromeChildInBrowser": "true"
325 }
326 }
327 ],
328 "PreconnectMore": [ 314 "PreconnectMore": [
329 { 315 {
330 "enable_features": [ 316 "enable_features": [
331 "PreconnectMore" 317 "PreconnectMore"
332 ], 318 ],
333 "group_name": "Enabled" 319 "group_name": "Enabled"
334 } 320 }
335 ], 321 ],
336 "QUIC": [ 322 "QUIC": [
337 { 323 {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ], 529 ],
544 "use-new-media-cache": [ 530 "use-new-media-cache": [
545 { 531 {
546 "enable_features": [ 532 "enable_features": [
547 "use-new-media-cache" 533 "use-new-media-cache"
548 ], 534 ],
549 "group_name": "Enabled" 535 "group_name": "Enabled"
550 } 536 }
551 ] 537 ]
552 } 538 }
OLDNEW
« no previous file with comments | « components/startup_metric_utils/common/pre_read_field_trial_utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698