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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 | « 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": [ 292 "UsePredictorDNSQueue": [
293 { 293 {
294 "disable_features": [
295 "UsePredictorDNSQueue"
296 ],
294 "group_name": "Disabled" 297 "group_name": "Disabled"
295 } 298 }
296 ], 299 ],
297 "V8CacheStrategiesForCacheStorage": [ 300 "V8CacheStrategiesForCacheStorage": [
298 { 301 {
299 "group_name": "none" 302 "group_name": "none"
300 }, 303 },
301 { 304 {
302 "group_name": "normal" 305 "group_name": "normal"
303 }, 306 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 341 ],
339 "use-new-media-cache": [ 342 "use-new-media-cache": [
340 { 343 {
341 "enable_features": [ 344 "enable_features": [
342 "use-new-media-cache" 345 "use-new-media-cache"
343 ], 346 ],
344 "group_name": "Enabled" 347 "group_name": "Enabled"
345 } 348 }
346 ] 349 ]
347 } 350 }
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