diff options
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index b09038c..10ac7a4 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,6 +105,9 @@ 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); }; |