diff options
author | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 21:54:49 +0000 |
---|---|---|
committer | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 21:54:49 +0000 |
commit | 75b61bdafbb19ec3a60caee9016a4cdd7f1cba3b (patch) | |
tree | 48dda7fc8eeaf6012e9967d1e9c02e59b9f6c9c7 /chrome/common/chrome_switches.h | |
parent | 76edb6710c1baa00745f48bb7d19dde7999879f2 (diff) | |
download | chromium_src-75b61bdafbb19ec3a60caee9016a4cdd7f1cba3b.zip chromium_src-75b61bdafbb19ec3a60caee9016a4cdd7f1cba3b.tar.gz chromium_src-75b61bdafbb19ec3a60caee9016a4cdd7f1cba3b.tar.bz2 |
Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen.
Commit after WK bug 44797 (r79774).
Fullscreen tests are temporarily until expectations can be updated.
(Deleted test video-play-suspend.html is removed from test_expectations to fix lint errors.)
BUG=16735
TEST=fullscreen layout tests
Review URL: http://codereview.chromium.org/6627001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index ab3175c..1cf6dda 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -146,6 +146,7 @@ extern const char kEnableExperimentalExtensionApis[]; extern const char kEnableExtensionTimelineApi[]; extern const char kEnableFastback[]; extern const char kEnableFileCookies[]; +extern const char kEnableFullScreen[]; extern const char kEnableHistoryQuickProvider[]; extern const char kEnableInBrowserThumbnailing[]; extern const char kEnableIPv6[]; |