diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-10 19:34:43 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-10 19:34:43 +0000 |
commit | 0578a5011ceff5a50c9e2905d48d5747cf72569b (patch) | |
tree | 383666ae6cf1e977c53ba85d81ac98095beb7e81 /webkit/glue/webframe.h | |
parent | 297117029c8cd44b92d8529bc9b29eeb8e5fffb9 (diff) | |
download | chromium_src-0578a5011ceff5a50c9e2905d48d5747cf72569b.zip chromium_src-0578a5011ceff5a50c9e2905d48d5747cf72569b.tar.gz chromium_src-0578a5011ceff5a50c9e2905d48d5747cf72569b.tar.bz2 |
Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenTermination, unforking a bunch of code.
BUG=http://crbug.com/4064
Review URL: http://codereview.chromium.org/9746
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe.h')
-rw-r--r-- | webkit/glue/webframe.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webframe.h b/webkit/glue/webframe.h index 9484d3d..0557e35 100644 --- a/webkit/glue/webframe.h +++ b/webkit/glue/webframe.h @@ -352,9 +352,6 @@ class WebFrame : public base::RefCounted<WebFrame> { // Prints one page. |page| is 0-based. virtual bool SpoolPage(int page, gfx::PlatformCanvas* canvas) = 0; - // Does this frame have an onunload or unbeforeunload event listener? - virtual bool HasUnloadListener() = 0; - // Is this frame reloading with allowing stale data? This will be true when // the encoding of the page is changed and it needs to be re-interpreted, // but no additional loads should occur. |