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

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

Issue 2643893002: Skip video overlay surface management when in VR. (Closed)
Patch Set: Removed public API changes and changed references to cast to base instead. 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 | « media/blink/webmediaplayer_impl.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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 } 2445 }
2446 ], 2446 ],
2447 "VrShell": [ 2447 "VrShell": [
2448 { 2448 {
2449 "platforms": [ 2449 "platforms": [
2450 "android" 2450 "android"
2451 ], 2451 ],
2452 "experiments": [ 2452 "experiments": [
2453 { 2453 {
2454 "name": "Enabled", 2454 "name": "Enabled",
2455 "disable_features": [ 2455 "enable_features": [
2456 "VrShell" 2456 "VrShell"
2457 ] 2457 ]
2458 } 2458 }
2459 ] 2459 ]
2460 } 2460 }
2461 ], 2461 ],
2462 "WebBluetoothBlocklist": [ 2462 "WebBluetoothBlocklist": [
2463 { 2463 {
2464 "platforms": [ 2464 "platforms": [
2465 "android", 2465 "android",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2563 { 2563 {
2564 "name": "Enabled", 2564 "name": "Enabled",
2565 "enable_features": [ 2565 "enable_features": [
2566 "use-new-media-cache" 2566 "use-new-media-cache"
2567 ] 2567 ]
2568 } 2568 }
2569 ] 2569 ]
2570 } 2570 }
2571 ] 2571 ]
2572 } 2572 }
OLDNEW
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698