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

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: add android test config (trybots previous) 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "DataReductionProxyFREPromo": [ 98 "DataReductionProxyFREPromo": [
99 { 99 {
100 "group_name": "Enabled" 100 "group_name": "Enabled"
101 } 101 }
102 ], 102 ],
103 "DataReductionProxyUseQuic": [ 103 "DataReductionProxyUseQuic": [
104 { 104 {
105 "group_name": "Enabled" 105 "group_name": "Enabled"
106 } 106 }
107 ], 107 ],
108 "DisablePredictorDNSQueue": [
109 {
110 "group_name": "Enabled"
111 }
112 ],
108 "DocumentWriteEvaluator": [ 113 "DocumentWriteEvaluator": [
109 { 114 {
110 "enable_features": [ 115 "enable_features": [
111 "DocumentWriteEvaluator" 116 "DocumentWriteEvaluator"
112 ], 117 ],
113 "group_name": "Enabled" 118 "group_name": "Enabled"
114 } 119 }
115 ], 120 ],
116 "EnableMediaThreadForMediaPlayback": [ 121 "EnableMediaThreadForMediaPlayback": [
117 { 122 {
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
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