| Index: content/plugin/webplugin_proxy.h
|
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
|
| index 3703056393709df636b5ea4df5df12ca88115ae1..1f05ff673a2b243551fbea79a59f8f3ce1b0e12d 100644
|
| --- a/content/plugin/webplugin_proxy.h
|
| +++ b/content/plugin/webplugin_proxy.h
|
| @@ -55,8 +55,6 @@ class WebPluginProxy : public WebPlugin,
|
| // WebPlugin overrides
|
| void Invalidate() override;
|
| void InvalidateRect(const gfx::Rect& rect) override;
|
| - NPObject* GetWindowScriptNPObject() override;
|
| - NPObject* GetPluginElement() override;
|
| bool FindProxyForUrl(const GURL& url, std::string* proxy_list) override;
|
| void SetCookie(const GURL& url,
|
| const GURL& first_party_for_cookies,
|
| @@ -159,8 +157,6 @@ class WebPluginProxy : public WebPlugin,
|
|
|
| scoped_refptr<PluginChannel> channel_;
|
| int route_id_;
|
| - NPObject* window_npobject_;
|
| - NPObject* plugin_element_;
|
| WebPluginDelegateImpl* delegate_;
|
| gfx::Rect damaged_rect_;
|
| bool waiting_for_paint_;
|
|
|