diff options
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index bdf4421..c9b9251 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -102,9 +102,6 @@ class WebPlugin { // Returns the DOM element that loaded the plugin. virtual NPObject* GetPluginElement() = 0; - // Returns the WebFrame that contains this plugin. - virtual WebFrame* GetWebFrame() = 0; - // Cookies virtual void SetCookie(const GURL& url, const GURL& policy_url, |