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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 28 matching lines...) Expand all
39 } 39 }
40 ], 40 ],
41 "ChromotingQUIC": [ 41 "ChromotingQUIC": [
42 { 42 {
43 "group_name": "Enabled", 43 "group_name": "Enabled",
44 "params": { 44 "params": {
45 "delay_tcp_race": "true" 45 "delay_tcp_race": "true"
46 } 46 }
47 } 47 }
48 ], 48 ],
49 "DisablePredictorDNSQueue": [
50 {
51 "group_name": "Enabled"
52 }
53 ],
49 "DocumentWriteEvaluator": [ 54 "DocumentWriteEvaluator": [
50 { 55 {
51 "enable_features": [ 56 "enable_features": [
52 "DocumentWriteEvaluator" 57 "DocumentWriteEvaluator"
53 ], 58 ],
54 "group_name": "Enabled" 59 "group_name": "Enabled"
55 } 60 }
56 ], 61 ],
57 "EnableGoogleCachedCopyTextExperiment": [ 62 "EnableGoogleCachedCopyTextExperiment": [
58 { 63 {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ], 316 ],
312 "use-new-media-cache": [ 317 "use-new-media-cache": [
313 { 318 {
314 "enable_features": [ 319 "enable_features": [
315 "use-new-media-cache" 320 "use-new-media-cache"
316 ], 321 ],
317 "group_name": "Enabled" 322 "group_name": "Enabled"
318 } 323 }
319 ] 324 ]
320 } 325 }
OLDNEW
« chrome/browser/net/predictor.cc ('K') | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698