diff options
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index 10ac7a4..b09038c 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -13,9 +13,9 @@ #include "base/task.h" #include "chrome/common/ipc_channel.h" #include "chrome/common/transport_dib.h" -#include "googleurl/src/gurl.h" #include "third_party/npapi/bindings/npapi.h" +class GURL; class PluginChannel; class WebPluginProxy; class WebPluginDelegate; @@ -105,9 +105,6 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, WebPluginDelegate* delegate_; WebPluginProxy* webplugin_; - // The url of the main frame hosting the plugin. - GURL page_url_; - DISALLOW_IMPLICIT_CONSTRUCTORS(WebPluginDelegateStub); }; |