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

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

Issue 2735973002: Enable MidiManagerDynamicInstantiation feature in variations test (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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 "experiments": [ 1227 "experiments": [
1228 { 1228 {
1229 "name": "Enabled", 1229 "name": "Enabled",
1230 "enable_features": [ 1230 "enable_features": [
1231 "MidiManagerAndroid" 1231 "MidiManagerAndroid"
1232 ] 1232 ]
1233 } 1233 }
1234 ] 1234 ]
1235 } 1235 }
1236 ], 1236 ],
1237 "MidiManagerDynamicInstantiation": [
1238 {
1239 "platforms": [
1240 "android",
1241 "chromeos",
1242 "linux",
1243 "mac",
1244 "win"
1245 ],
1246 "experiments": [
1247 {
1248 "name": "Enabled",
1249 "enable_features": [
1250 "MidiManagerDynamicInstantiation"
1251 ]
1252 }
1253 ]
1254 }
1255 ],
1237 "ModerateBindingOnBackgroundTabCreation": [ 1256 "ModerateBindingOnBackgroundTabCreation": [
1238 { 1257 {
1239 "platforms": [ 1258 "platforms": [
1240 "android" 1259 "android"
1241 ], 1260 ],
1242 "experiments": [ 1261 "experiments": [
1243 { 1262 {
1244 "name": "Enabled" 1263 "name": "Enabled"
1245 } 1264 }
1246 ] 1265 ]
(...skipping 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 { 2993 {
2975 "name": "Enabled", 2994 "name": "Enabled",
2976 "enable_features": [ 2995 "enable_features": [
2977 "use-new-media-cache" 2996 "use-new-media-cache"
2978 ] 2997 ]
2979 } 2998 }
2980 ] 2999 ]
2981 } 3000 }
2982 ] 3001 ]
2983 } 3002 }
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