diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index a4a2ca4..2317fe8 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -376,6 +376,10 @@ const char kEnableTouch[] = "enable-touch"; // browser window. const char kEnableVerticalTabs[] = "enable-vertical-tabs"; +// Enables support for fullscreen video. Current implementation is +// incomplete and this flag is used for development and testing. +const char kEnableVideoFullscreen[] = "enable-video-fullscreen"; + // Enables video layering where video is rendered as a separate layer outside // of the backing store. const char kEnableVideoLayering[] = "enable-video-layering"; |