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

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

Issue 2856893004: predictors: Enable SpeculativeResourcePrefetching for fieldtrial testing. (Closed)
Patch Set: Created 3 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 | « no previous file | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 "enable_features": [ 2785 "enable_features": [
2786 "SpeculativeLaunchServiceWorker" 2786 "SpeculativeLaunchServiceWorker"
2787 ] 2787 ]
2788 }, 2788 },
2789 { 2789 {
2790 "name": "Disabled" 2790 "name": "Disabled"
2791 } 2791 }
2792 ] 2792 ]
2793 } 2793 }
2794 ], 2794 ],
2795 "SpeculativeResourcePrefetchingValidation": [
2796 {
2797 "platforms": [
2798 "android"
2799 ],
2800 "experiments": [
2801 {
2802 "name": "Prefetching",
2803 "params": {
2804 "mode": "prefetching"
2805 },
2806 "enable_features": [
2807 "SpeculativeResourcePrefetching"
2808 ]
2809 },
2810 {
pasko 2017/05/03 16:47:29 afair the second experiment is never used, let's k
alexilin 2017/05/03 16:57:01 You are right. I've added it rather for documentat
2811 "name": "Learning",
2812 "params": {
2813 "mode": "learning"
2814 },
2815 "enable_features": [
2816 "SpeculativeResourcePrefetching"
2817 ]
2818 }
2819 ]
2820 }
2821 ],
2795 "StrictSecureCookies": [ 2822 "StrictSecureCookies": [
2796 { 2823 {
2797 "platforms": [ 2824 "platforms": [
2798 "android", 2825 "android",
2799 "chromeos", 2826 "chromeos",
2800 "linux", 2827 "linux",
2801 "mac", 2828 "mac",
2802 "win" 2829 "win"
2803 ], 2830 ],
2804 "experiments": [ 2831 "experiments": [
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
3311 { 3338 {
3312 "name": "Enabled", 3339 "name": "Enabled",
3313 "enable_features": [ 3340 "enable_features": [
3314 "use-new-media-cache" 3341 "use-new-media-cache"
3315 ] 3342 ]
3316 } 3343 }
3317 ] 3344 ]
3318 } 3345 }
3319 ] 3346 ]
3320 } 3347 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698