diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 23:04:11 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 23:04:11 +0000 |
commit | 7657a47dcb1af5244191e420854e9fd284c4d434 (patch) | |
tree | a87d45c83d3799d5f013e8cc2d40ddb34d1572ba /chrome/browser/tab_contents | |
parent | 45ab5821d9dabba67ef401a69e6cfdaa7227ddae (diff) | |
download | chromium_src-7657a47dcb1af5244191e420854e9fd284c4d434.zip chromium_src-7657a47dcb1af5244191e420854e9fd284c4d434.tar.gz chromium_src-7657a47dcb1af5244191e420854e9fd284c4d434.tar.bz2 |
Revert 76631 because it causes fullscreen layout tests to timeout on linux
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
TBR=ddorwin@chromium.org
Review URL: http://codereview.chromium.org/6591126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/render_view_host_delegate_helper.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc index 76bde5a..7903747 100644 --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc @@ -305,9 +305,6 @@ WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs( !command_line.HasSwitch(switches::kNoPings); web_prefs.interactive_form_validation_enabled = !command_line.HasSwitch(switches::kDisableInteractiveFormValidation); - web_prefs.fullscreen_enabled = - command_line.HasSwitch(switches::kEnableFullScreen); - // The user stylesheet watcher may not exist in a testing profile. if (profile->GetUserStyleSheetWatcher()) { web_prefs.user_style_sheet_enabled = true; |