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

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

Issue 2871053002: Enable VrShell by default on Android. (Closed)
Patch Set: rebase 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 | « content/public/common/content_features.cc ('k') | 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 3215 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 "experiments": [ 3226 "experiments": [
3227 { 3227 {
3228 "name": "Enabled", 3228 "name": "Enabled",
3229 "enable_features": [ 3229 "enable_features": [
3230 "ViewsSimplifiedFullscreenUI" 3230 "ViewsSimplifiedFullscreenUI"
3231 ] 3231 ]
3232 } 3232 }
3233 ] 3233 ]
3234 } 3234 }
3235 ], 3235 ],
3236 "VrShell": [
3237 {
3238 "platforms": [
3239 "android"
3240 ],
3241 "experiments": [
3242 {
3243 "name": "Enabled",
3244 "enable_features": [
3245 "VrShell"
3246 ]
3247 }
3248 ]
3249 }
3250 ],
3251 "WebApkGooglePlay": [ 3236 "WebApkGooglePlay": [
3252 { 3237 {
3253 "platforms": [ 3238 "platforms": [
3254 "android" 3239 "android"
3255 ], 3240 ],
3256 "experiments": [ 3241 "experiments": [
3257 { 3242 {
3258 "name": "Enabled", 3243 "name": "Enabled",
3259 "enable_features": [ 3244 "enable_features": [
3260 "ImprovedA2HS" 3245 "ImprovedA2HS"
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 { 3376 {
3392 "name": "Enabled", 3377 "name": "Enabled",
3393 "enable_features": [ 3378 "enable_features": [
3394 "use-new-media-cache" 3379 "use-new-media-cache"
3395 ] 3380 ]
3396 } 3381 }
3397 ] 3382 ]
3398 } 3383 }
3399 ] 3384 ]
3400 } 3385 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698