summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 2d51ed6..8ecd64c 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -298,11 +298,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
// ourselves is held while frame_ is valid. See our Closing method.
WebCore::Frame* frame_;
- // This holds the request passed to LoadRequest, for access by the
- // WebFrameLoaderClient. Unfortunately we have no other way to pass this
- // information to him. Only non-NULL during a call to LoadRequest.
- const WebRequest* currently_loading_request_;
-
// Plugins sometimes need to be notified when loads are complete so we keep
// a pointer back to the appropriate plugin.
WebPluginDelegate* plugin_delegate_;