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

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

Issue 2856893004: predictors: Enable SpeculativeResourcePrefetching for fieldtrial testing. (Closed)
Patch Set: Remove learning experiment. 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 ]
2811 }
2812 ],
2795 "StrictSecureCookies": [ 2813 "StrictSecureCookies": [
2796 { 2814 {
2797 "platforms": [ 2815 "platforms": [
2798 "android", 2816 "android",
2799 "chromeos", 2817 "chromeos",
2800 "linux", 2818 "linux",
2801 "mac", 2819 "mac",
2802 "win" 2820 "win"
2803 ], 2821 ],
2804 "experiments": [ 2822 "experiments": [
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
3311 { 3329 {
3312 "name": "Enabled", 3330 "name": "Enabled",
3313 "enable_features": [ 3331 "enable_features": [
3314 "use-new-media-cache" 3332 "use-new-media-cache"
3315 ] 3333 ]
3316 } 3334 }
3317 ] 3335 ]
3318 } 3336 }
3319 ] 3337 ]
3320 } 3338 }
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