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

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

Issue 1967663002: Effectively disable the predictor's DNS queue for an experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on #393103 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
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "show_summary": "true" 449 "show_summary": "true"
450 } 450 }
451 }, 451 },
452 { 452 {
453 "group_name": "Default", 453 "group_name": "Default",
454 "params": { 454 "params": {
455 "enable_update_menu_item": "false" 455 "enable_update_menu_item": "false"
456 } 456 }
457 } 457 }
458 ], 458 ],
459 "UsePredictorDNSQueue": [
460 {
461 "group_name": "Disabled"
462 }
463 ],
459 "V8CacheStrategiesForCacheStorage": [ 464 "V8CacheStrategiesForCacheStorage": [
460 { 465 {
461 "group_name": "none" 466 "group_name": "none"
462 }, 467 },
463 { 468 {
464 "group_name": "normal" 469 "group_name": "normal"
465 }, 470 },
466 { 471 {
467 "group_name": "aggressive" 472 "group_name": "aggressive"
468 } 473 }
(...skipping 23 matching lines...) Expand all
492 ], 497 ],
493 "use-new-media-cache": [ 498 "use-new-media-cache": [
494 { 499 {
495 "enable_features": [ 500 "enable_features": [
496 "use-new-media-cache" 501 "use-new-media-cache"
497 ], 502 ],
498 "group_name": "Enabled" 503 "group_name": "Enabled"
499 } 504 }
500 ] 505 ]
501 } 506 }
OLDNEW
« no previous file with comments | « chrome/browser/net/predictor.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698