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

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: 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 "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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 } 271 }
272 ], 272 ],
273 "TokenBinding": [ 273 "TokenBinding": [
274 { 274 {
275 "enable_features": [ 275 "enable_features": [
276 "token-binding" 276 "token-binding"
277 ], 277 ],
278 "group_name": "TokenBinding" 278 "group_name": "TokenBinding"
279 } 279 }
280 ], 280 ],
281 "UsePredictorDNSQueue": [
282 {
283 "group_name": "Disabled"
284 }
285 ],
281 "VarationsServiceControl": [ 286 "VarationsServiceControl": [
282 { 287 {
283 "group_name": "Interval_30min", 288 "group_name": "Interval_30min",
284 "params": { 289 "params": {
285 "fetch_period_min": "30" 290 "fetch_period_min": "30"
286 } 291 }
287 } 292 }
288 ], 293 ],
289 "WebFontsIntervention": [ 294 "WebFontsIntervention": [
290 { 295 {
(...skipping 20 matching lines...) Expand all
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