| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index 1011947dffee46ba4f888f1a123a9f422cc92f21..3456bbb7f851efc462ca51588f8c79afc4ae4d11 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -182,6 +182,10 @@ const base::Feature kResumeBackgroundVideo {
|
| #endif
|
| };
|
|
|
| +// Use AndroidOverlay rather than ContentVideoView in clank?
|
| +const base::Feature kUseAndroidOverlay{"use-android_overlay",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Let video track be unselected when video is playing in the background.
|
| const base::Feature kBackgroundVideoTrackOptimization{
|
| "BackgroundVideoTrackOptimization", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|