summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-20 20:38:56 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-20 20:38:56 +0000
commitcba33e668b2689ffb2fb781efbc31478f95a1258 (patch)
tree92a226a5b0ad0ed297adc489c54ca57bfb18d52b /webkit/glue/webframe_impl.h
parent6ff244f244f4e52e5e3dff32b0852bd5be80ec7d (diff)
downloadchromium_src-cba33e668b2689ffb2fb781efbc31478f95a1258.zip
chromium_src-cba33e668b2689ffb2fb781efbc31478f95a1258.tar.gz
chromium_src-cba33e668b2689ffb2fb781efbc31478f95a1258.tar.bz2
Remove unreferenced WebFrame::IsReloadAllowingStaleData method.
(Sending this to you for review since you originally reviewed the CL that added it.) R=brettw Review URL: http://codereview.chromium.org/18412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 692cae0..c3284ff 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -258,8 +258,6 @@ class WebFrameImpl : public WebFrame {
// Returns true if the frame CSS is in "printing" mode.
bool printing() const { return printing_; }
- virtual bool IsReloadAllowingStaleData() const;
-
// Registers a listener for the specified user name input element. The
// listener will receive notifications for blur and when autocomplete should
// be triggered.