summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe.h')
-rw-r--r--webkit/glue/webframe.h3
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.