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

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

Issue 2552883008: Add testing config for VrShell experiment (Closed)
Patch Set: Created 4 years 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after
2303 "experiments": [ 2303 "experiments": [
2304 { 2304 {
2305 "name": "Enabled", 2305 "name": "Enabled",
2306 "enable_features": [ 2306 "enable_features": [
2307 "ViewsSimplifiedFullscreenUI" 2307 "ViewsSimplifiedFullscreenUI"
2308 ] 2308 ]
2309 } 2309 }
2310 ] 2310 ]
2311 } 2311 }
2312 ], 2312 ],
2313 "VrShell": [
2314 {
2315 "platforms": [
2316 "android"
2317 ],
2318 "experiments": [
2319 {
2320 "name": "Enabled",
2321 "enable_features": [
2322 "VrShell"
2323 ]
2324 }
2325 ]
2326 }
2327 ],
2313 "WebBluetoothBlocklist": [ 2328 "WebBluetoothBlocklist": [
2314 { 2329 {
2315 "platforms": [ 2330 "platforms": [
2316 "android", 2331 "android",
2317 "chromeos", 2332 "chromeos",
2318 "linux", 2333 "linux",
2319 "mac", 2334 "mac",
2320 "win" 2335 "win"
2321 ], 2336 ],
2322 "experiments": [ 2337 "experiments": [
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 { 2429 {
2415 "name": "Enabled", 2430 "name": "Enabled",
2416 "enable_features": [ 2431 "enable_features": [
2417 "use-new-media-cache" 2432 "use-new-media-cache"
2418 ] 2433 ]
2419 } 2434 }
2420 ] 2435 ]
2421 } 2436 }
2422 ] 2437 ]
2423 } 2438 }
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