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 2613543002: Turn off VrShell experiment in testing config. (Closed)
Patch Set: Created 3 years, 11 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 "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 2398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 } 2409 }
2410 ], 2410 ],
2411 "VrShell": [ 2411 "VrShell": [
2412 { 2412 {
2413 "platforms": [ 2413 "platforms": [
2414 "android" 2414 "android"
2415 ], 2415 ],
2416 "experiments": [ 2416 "experiments": [
2417 { 2417 {
2418 "name": "Enabled", 2418 "name": "Enabled",
2419 "enable_features": [ 2419 "disable_features": [
2420 "VrShell" 2420 "VrShell"
2421 ] 2421 ]
2422 } 2422 }
2423 ] 2423 ]
2424 } 2424 }
2425 ], 2425 ],
2426 "WebBluetoothBlocklist": [ 2426 "WebBluetoothBlocklist": [
2427 { 2427 {
2428 "platforms": [ 2428 "platforms": [
2429 "android", 2429 "android",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2527 { 2527 {
2528 "name": "Enabled", 2528 "name": "Enabled",
2529 "enable_features": [ 2529 "enable_features": [
2530 "use-new-media-cache" 2530 "use-new-media-cache"
2531 ] 2531 ]
2532 } 2532 }
2533 ] 2533 ]
2534 } 2534 }
2535 ] 2535 ]
2536 } 2536 }
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