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

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

Issue 2752363002: Enable VsyncAlignedInput to Field Trial (Closed)
Patch Set: Created 3 years, 9 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 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 "experiments": [ 2928 "experiments": [
2929 { 2929 {
2930 "name": "Enabled", 2930 "name": "Enabled",
2931 "enable_features": [ 2931 "enable_features": [
2932 "VrShell" 2932 "VrShell"
2933 ] 2933 ]
2934 } 2934 }
2935 ] 2935 ]
2936 } 2936 }
2937 ], 2937 ],
2938 "VsyncAlignedInput": [
2939 {
2940 "platforms": [
2941 "android",
2942 "chromeos",
2943 "linux",
2944 "mac",
2945 "win"
2946 ],
2947 "experiments": [
2948 {
2949 "name": "Enable",
2950 "enable_features": [
2951 "RequestUnbufferedDispatch",
2952 "VsyncAlignedInput"
2953 ]
2954 }
2955 ]
2956 }
2957 ],
2938 "WebBluetoothBlocklist": [ 2958 "WebBluetoothBlocklist": [
2939 { 2959 {
2940 "platforms": [ 2960 "platforms": [
2941 "android", 2961 "android",
2942 "chromeos", 2962 "chromeos",
2943 "linux", 2963 "linux",
2944 "mac", 2964 "mac",
2945 "win" 2965 "win"
2946 ], 2966 ],
2947 "experiments": [ 2967 "experiments": [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 { 3077 {
3058 "name": "Enabled", 3078 "name": "Enabled",
3059 "enable_features": [ 3079 "enable_features": [
3060 "use-new-media-cache" 3080 "use-new-media-cache"
3061 ] 3081 ]
3062 } 3082 }
3063 ] 3083 ]
3064 } 3084 }
3065 ] 3085 ]
3066 } 3086 }
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