diff options
author | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 22:22:48 +0000 |
---|---|---|
committer | ddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 22:22:48 +0000 |
commit | 15e9adfc964aed111bb25bf994a1b837c8e4eea5 (patch) | |
tree | 5c2dc7e0be6cb18b0e416acf7f1c75cbaaef4f9b /chrome/common/chrome_switches.cc | |
parent | 967d18bad65a0dc0cf8d0207cbd2cf82651752b8 (diff) | |
download | chromium_src-15e9adfc964aed111bb25bf994a1b837c8e4eea5.zip chromium_src-15e9adfc964aed111bb25bf994a1b837c8e4eea5.tar.gz chromium_src-15e9adfc964aed111bb25bf994a1b837c8e4eea5.tar.bz2 |
Re-applying r76324, which was reverted during a WebKit rollback.
Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen.
Commit after WK bug 44797 (r79774).
BUG=16735
TEST=fullscreen layout tests.
Review URL: http://codereview.chromium.org/6576004
Review URL: http://codereview.chromium.org/6597112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index ec965ca..e997d4f 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -533,6 +533,9 @@ const char kEnableHistoryQuickProvider[] = "enable-history-quick-provider"; // Enable FileSystem API URLs. const char kEnableFileSystemURLScheme[] = "enable-filesystem-url-scheme"; +// Enable the JavaScript Full Screen API. +const char kEnableFullScreen[] = "enable-fullscreen"; + // Enable the in-browser thumbnailing, which is more efficient than the // in-renderer thumbnailing, as we can use more information to determine // if we need to update thumbnails. |