Index: media/base/media_switches.cc |
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
index 03b4c7685e31a19cc1f8df94f6e719030fa783ec..f33a2212f7d0999ccef85408416ae1dc07bcaf39 100644 |
--- a/media/base/media_switches.cc |
+++ b/media/base/media_switches.cc |
@@ -206,6 +206,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 |