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

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

Issue 1971183002: Disable features for finch test config of UsePredictorDNSQueue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | 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 "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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": [ 459 "UsePredictorDNSQueue": [
460 { 460 {
461 "disable_features": [
462 "UsePredictorDNSQueue"
463 ],
461 "group_name": "Disabled" 464 "group_name": "Disabled"
462 } 465 }
463 ], 466 ],
464 "V8CacheStrategiesForCacheStorage": [ 467 "V8CacheStrategiesForCacheStorage": [
465 { 468 {
466 "group_name": "none" 469 "group_name": "none"
467 }, 470 },
468 { 471 {
469 "group_name": "normal" 472 "group_name": "normal"
470 }, 473 },
(...skipping 26 matching lines...) Expand all
497 ], 500 ],
498 "use-new-media-cache": [ 501 "use-new-media-cache": [
499 { 502 {
500 "enable_features": [ 503 "enable_features": [
501 "use-new-media-cache" 504 "use-new-media-cache"
502 ], 505 ],
503 "group_name": "Enabled" 506 "group_name": "Enabled"
504 } 507 }
505 ] 508 ]
506 } 509 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698