| Index: content/plugin/webplugin_proxy.h
|
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
|
| index a3386a74ec917a31bdbd8f1e1e640d04e92ebdce..645bd94cb734c33894476044168d4ab262e89b82 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,
|
| @@ -147,8 +145,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_;
|
|
|