Index: chrome/plugin/webplugin_proxy.h |
=================================================================== |
--- chrome/plugin/webplugin_proxy.h (revision 11593) |
+++ chrome/plugin/webplugin_proxy.h (working copy) |
@@ -41,9 +41,6 @@ |
void InvalidateRect(const gfx::Rect& rect); |
NPObject* GetWindowScriptNPObject(); |
NPObject* GetPluginElement(); |
- WebFrame* GetWebFrame() { |
- return NULL; // doesn't make sense in the plugin process. |
- } |
void SetCookie(const GURL& url, |
const GURL& policy_url, |
const std::string& cookie); |