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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.json

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "show_summary": "true" 438 "show_summary": "true"
439 } 439 }
440 }, 440 },
441 { 441 {
442 "group_name": "Default", 442 "group_name": "Default",
443 "params": { 443 "params": {
444 "enable_update_menu_item": "false" 444 "enable_update_menu_item": "false"
445 } 445 }
446 } 446 }
447 ], 447 ],
448 "V8CacheStrategiesForCacheStorage": [
449 {
450 "group_name": "none"
451 },
452 {
453 "group_name": "normal"
454 },
455 {
456 "group_name": "aggressive"
457 }
458 ],
448 "VarationsServiceControl": [ 459 "VarationsServiceControl": [
449 { 460 {
450 "group_name": "Interval_30min", 461 "group_name": "Interval_30min",
451 "params": { 462 "params": {
452 "fetch_period_min": "30" 463 "fetch_period_min": "30"
453 } 464 }
454 } 465 }
455 ], 466 ],
456 "WebFontsIntervention": [ 467 "WebFontsIntervention": [
457 { 468 {
(...skipping 12 matching lines...) Expand all
470 ], 481 ],
471 "use-new-media-cache": [ 482 "use-new-media-cache": [
472 { 483 {
473 "enable_features": [ 484 "enable_features": [
474 "use-new-media-cache" 485 "use-new-media-cache"
475 ], 486 ],
476 "group_name": "Enabled" 487 "group_name": "Enabled"
477 } 488 }
478 ] 489 ]
479 } 490 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698