diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 17:42:02 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 17:42:02 +0000 |
commit | 31663dd403b2e4b69a0ec411c377a8c8642cf7d8 (patch) | |
tree | ee7879c88a47909fa6438893d49ac913b267e86f /chrome/browser/web_contents.h | |
parent | 6f848013f1f1ac6fdd0a1cbe0e038a54fb9c439c (diff) | |
download | chromium_src-31663dd403b2e4b69a0ec411c377a8c8642cf7d8.zip chromium_src-31663dd403b2e4b69a0ec411c377a8c8642cf7d8.tar.gz chromium_src-31663dd403b2e4b69a0ec411c377a8c8642cf7d8.tar.bz2 |
Revert this CL. Breaks compile.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/web_contents.h')
-rw-r--r-- | chrome/browser/web_contents.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/web_contents.h b/chrome/browser/web_contents.h index 25c32a6..2f3a7bd 100644 --- a/chrome/browser/web_contents.h +++ b/chrome/browser/web_contents.h @@ -84,17 +84,6 @@ class WebContents : public TabContents, virtual void HideContents(); virtual void SizeContents(const gfx::Size& size); - // Causes the renderer to invoke the onbeforeunload event handler. The - // result will be returned via ViewMsg_ShouldClose. - virtual void FirePageBeforeUnload(); - - // Close the page after the page has responded that it can be closed via - // ViewMsg_ShouldClose. This is where the page itself is closed. The - // unload handler is triggered here, which can block with a dialog, but cannot - // cancel the close of the page. - virtual void FirePageUnload(); - - // TabContents virtual WebContents* AsWebContents() { return this; } virtual bool Navigate(const NavigationEntry& entry, bool reload); |