diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:25:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 00:25:26 +0000 |
commit | 32cf3d9de04f4c5432c557dfe9f24dd4ea4f54d1 (patch) | |
tree | b62889e76f5baa11e1227c53c37e7663ff99896e /webkit | |
parent | 88a1fb47ae5abed1c518cdb63836199431ac5af7 (diff) | |
download | chromium_src-32cf3d9de04f4c5432c557dfe9f24dd4ea4f54d1.zip chromium_src-32cf3d9de04f4c5432c557dfe9f24dd4ea4f54d1.tar.gz chromium_src-32cf3d9de04f4c5432c557dfe9f24dd4ea4f54d1.tar.bz2 |
Checkin files I missed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webplugin.h | 3 | ||||
-rw-r--r-- | webkit/glue/webplugin_impl.h | 1 |
2 files changed, 0 insertions, 4 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, diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index 1373caf..1a580f4 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -186,7 +186,6 @@ class WebPluginImpl : public WebPlugin, NPObject* GetWindowScriptNPObject(); NPObject* GetPluginElement(); - virtual WebFrame* GetWebFrame() { return webframe_; } void SetCookie(const GURL& url, const GURL& policy_url, |