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

Unified Diff: media/base/media_switches.cc

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (Closed)
Patch Set: Use __func__ instead per styleguide Created 3 years, 8 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 | « media/base/media_switches.h ('k') | third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h » ('j') | 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 571974cd77a5f13cc5d4085dac1d5f3cb2210c89..72b2b7553a0c90c6b53a9081daec623e9f994213 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -213,6 +213,10 @@ const base::Feature kExternalClearKeyForTesting{
const base::Feature kVideoFullscreenOrientationLock{
"VideoFullscreenOrientationLock", base::FEATURE_ENABLED_BY_DEFAULT};
+// Enter/exit fullscreen when device is rotated to/from the video orientation.
+const base::Feature kVideoRotateToFullscreen{"VideoRotateToFullscreen",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// An experimental feature to enable persistent-license type support in MediaDrm
// when using Encrypted Media Extensions (EME) API.
// TODO(xhwang): Remove this after feature launch. See http://crbug.com/493521
« no previous file with comments | « media/base/media_switches.h ('k') | third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698