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

Unified Diff: media/base/media_switches.h

Issue 2547533002: Add flags to enable screen orientation lock for fullscreen video on Android. (Closed)
Patch Set: rebased Created 4 years 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 | « content/renderer/render_view_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 9dd347b7a7aef21bc16ecd414b430860ddfc2c25..781e9270c6d47754ca93599766a5d014a86af65b 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -94,6 +94,7 @@ MEDIA_EXPORT extern const base::Feature kBackgroundVideoTrackOptimization;
#if defined(OS_ANDROID)
MEDIA_EXPORT extern const base::Feature kAndroidMediaPlayerRenderer;
+MEDIA_EXPORT extern const base::Feature kVideoFullscreenOrientationLock;
#endif // defined(OS_ANDROID)
} // namespace media
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698