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

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

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