| Index: content/plugin/webplugin_proxy.h
|
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
|
| index 696dc0e0b0a1ab53e5ec13fc710dfd513b19360f..596fb4a77f37a4f509fff4d6570ca977d52d6d03 100644
|
| --- a/content/plugin/webplugin_proxy.h
|
| +++ b/content/plugin/webplugin_proxy.h
|
| @@ -61,8 +61,6 @@ class WebPluginProxy : public WebPlugin,
|
| void CancelResource(unsigned long id) override;
|
| 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,
|
| @@ -179,8 +177,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_;
|
|
|