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

Unified Diff: media/base/media_switches.cc

Issue 2624763002: Enable VideoFullscreenOrientationLock by default on trunk. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index eda42753f46e9489d0e93467c48098b51ac2d6b4..5299efe7794b19241204fbc1ecaf68ee281732eb 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -189,7 +189,7 @@ const base::Feature kAndroidMediaPlayerRenderer{
// Lock the screen orientation when a video goes fullscreen.
const base::Feature kVideoFullscreenOrientationLock{
- "VideoFullscreenOrientationLock", base::FEATURE_DISABLED_BY_DEFAULT};
+ "VideoFullscreenOrientationLock", base::FEATURE_ENABLED_BY_DEFAULT};
#endif
} // namespace media
« 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