Commit d710dfa9 authored by mlamouri's avatar mlamouri Committed by Commit bot

Enable VideoFullscreenOrientationLock by default on trunk.

BUG=670455

Review-Url: https://codereview.chromium.org/2624763002
Cr-Commit-Position: refs/heads/master@{#442853}
parent 6edddec4
...@@ -189,7 +189,7 @@ const base::Feature kAndroidMediaPlayerRenderer{ ...@@ -189,7 +189,7 @@ const base::Feature kAndroidMediaPlayerRenderer{
// Lock the screen orientation when a video goes fullscreen. // Lock the screen orientation when a video goes fullscreen.
const base::Feature kVideoFullscreenOrientationLock{ const base::Feature kVideoFullscreenOrientationLock{
"VideoFullscreenOrientationLock", base::FEATURE_DISABLED_BY_DEFAULT}; "VideoFullscreenOrientationLock", base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
} // namespace media } // namespace media
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment