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

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: Rebase on #393103 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 | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | 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 "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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 } 282 }
283 ], 283 ],
284 "TokenBinding": [ 284 "TokenBinding": [
285 { 285 {
286 "enable_features": [ 286 "enable_features": [
287 "token-binding" 287 "token-binding"
288 ], 288 ],
289 "group_name": "TokenBinding" 289 "group_name": "TokenBinding"
290 } 290 }
291 ], 291 ],
292 "UsePredictorDNSQueue": [
293 {
294 "group_name": "Disabled"
295 }
296 ],
292 "V8CacheStrategiesForCacheStorage": [ 297 "V8CacheStrategiesForCacheStorage": [
293 { 298 {
294 "group_name": "none" 299 "group_name": "none"
295 }, 300 },
296 { 301 {
297 "group_name": "normal" 302 "group_name": "normal"
298 }, 303 },
299 { 304 {
300 "group_name": "aggressive" 305 "group_name": "aggressive"
301 } 306 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 ], 338 ],
334 "use-new-media-cache": [ 339 "use-new-media-cache": [
335 { 340 {
336 "enable_features": [ 341 "enable_features": [
337 "use-new-media-cache" 342 "use-new-media-cache"
338 ], 343 ],
339 "group_name": "Enabled" 344 "group_name": "Enabled"
340 } 345 }
341 ] 346 ]
342 } 347 }
OLDNEW
« no previous file with comments | « 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