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

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: Use default enabled experiment to avoid double negatives 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "show_summary": "true" 438 "show_summary": "true"
439 } 439 }
440 }, 440 },
441 { 441 {
442 "group_name": "Default", 442 "group_name": "Default",
443 "params": { 443 "params": {
444 "enable_update_menu_item": "false" 444 "enable_update_menu_item": "false"
445 } 445 }
446 } 446 }
447 ], 447 ],
448 "UsePredictorDNSQueue": [
449 {
450 "group_name": "Disabled"
451 }
452 ],
448 "VarationsServiceControl": [ 453 "VarationsServiceControl": [
449 { 454 {
450 "group_name": "Interval_30min", 455 "group_name": "Interval_30min",
451 "params": { 456 "params": {
452 "fetch_period_min": "30" 457 "fetch_period_min": "30"
453 } 458 }
454 } 459 }
455 ], 460 ],
456 "WebFontsIntervention": [ 461 "WebFontsIntervention": [
457 { 462 {
(...skipping 12 matching lines...) Expand all
470 ], 475 ],
471 "use-new-media-cache": [ 476 "use-new-media-cache": [
472 { 477 {
473 "enable_features": [ 478 "enable_features": [
474 "use-new-media-cache" 479 "use-new-media-cache"
475 ], 480 ],
476 "group_name": "Enabled" 481 "group_name": "Enabled"
477 } 482 }
478 ] 483 ]
479 } 484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698