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

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

Issue 2910463003: Add SocketReadIfReady experiment to fieldtrial_testing_config.json (Closed)
Patch Set: Created 3 years, 6 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 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 "linux", 2908 "linux",
2909 "mac" 2909 "mac"
2910 ], 2910 ],
2911 "experiments": [ 2911 "experiments": [
2912 { 2912 {
2913 "name": "ExperimentYes" 2913 "name": "ExperimentYes"
2914 } 2914 }
2915 ] 2915 ]
2916 } 2916 }
2917 ], 2917 ],
2918 "SocketReadIfReady": [
2919 {
2920 "platforms": [
2921 "android",
2922 "chromeos",
2923 "linux",
2924 "mac",
2925 "ios",
2926 "win"
2927 ],
2928 "experiments": [
2929 {
2930 "name": "Enabled",
2931 "enable_features": [
2932 "SocketReadIfReady"
2933 ]
2934 }
2935 ]
2936 }
2937 ],
2918 "SpeculativeLaunchServiceWorker": [ 2938 "SpeculativeLaunchServiceWorker": [
2919 { 2939 {
2920 "platforms": [ 2940 "platforms": [
2921 "android", 2941 "android",
2922 "chromeos", 2942 "chromeos",
2923 "linux", 2943 "linux",
2924 "mac", 2944 "mac",
2925 "win" 2945 "win"
2926 ], 2946 ],
2927 "experiments": [ 2947 "experiments": [
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 { 3435 {
3416 "name": "Enabled", 3436 "name": "Enabled",
3417 "enable_features": [ 3437 "enable_features": [
3418 "use-new-media-cache" 3438 "use-new-media-cache"
3419 ] 3439 ]
3420 } 3440 }
3421 ] 3441 ]
3422 } 3442 }
3423 ] 3443 ]
3424 } 3444 }
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