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

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

Issue 2791663002: Revert of Enable VsyncAlignedInput to Field Trial (Closed)
Patch Set: Created 3 years, 8 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 ],
2958 "WebBluetoothBlocklist": [ 2938 "WebBluetoothBlocklist": [
2959 { 2939 {
2960 "platforms": [ 2940 "platforms": [
2961 "android", 2941 "android",
2962 "chromeos", 2942 "chromeos",
2963 "linux", 2943 "linux",
2964 "mac", 2944 "mac",
2965 "win" 2945 "win"
2966 ], 2946 ],
2967 "experiments": [ 2947 "experiments": [
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3077 { 3057 {
3078 "name": "Enabled", 3058 "name": "Enabled",
3079 "enable_features": [ 3059 "enable_features": [
3080 "use-new-media-cache" 3060 "use-new-media-cache"
3081 ] 3061 ]
3082 } 3062 }
3083 ] 3063 ]
3084 } 3064 }
3085 ] 3065 ]
3086 } 3066 }
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