summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 22:47:10 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-05 22:47:10 +0000
commita60551c712b36d6241c234cd81ae2a847f323ec5 (patch)
treeff5f9f239fd0dc3b58d2905bcabea14207cb737c /chrome/renderer/webplugin_delegate_proxy.h
parent2761ff93c55cc556f1ddc35bca023442bbc3ab00 (diff)
downloadchromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.zip
chromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.tar.gz
chromium_src-a60551c712b36d6241c234cd81ae2a847f323ec5.tar.bz2
Cleanup some forward declared structs that are not being used.
Also do some lint removal while I'm at it. Review URL: http://codereview.chromium.org/20107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r--chrome/renderer/webplugin_delegate_proxy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
index 745db46..cd7a4f1 100644
--- a/chrome/renderer/webplugin_delegate_proxy.h
+++ b/chrome/renderer/webplugin_delegate_proxy.h
@@ -18,7 +18,6 @@
#include "webkit/glue/webplugin_delegate.h"
class GURL;
-struct PluginHostMsg_RouteToFrame_Params;
struct PluginHostMsg_URLRequest_Params;
class RenderView;
class SkBitmap;
@@ -115,7 +114,8 @@ class WebPluginDelegateProxy : public WebPluginDelegate,
void OnHandleURLRequest(const PluginHostMsg_URLRequest_Params& params);
void OnCancelResource(int id);
void OnInvalidateRect(const gfx::Rect& rect);
- void OnGetWindowScriptNPObject(int route_id, bool* success, void** npobject_ptr);
+ void OnGetWindowScriptNPObject(int route_id, bool* success,
+ void** npobject_ptr);
void OnGetPluginElement(int route_id, bool* success, void** npobject_ptr);
void OnSetCookie(const GURL& url,
const GURL& policy_url,
@@ -194,5 +194,4 @@ class WebPluginDelegateProxy : public WebPluginDelegate,
DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateProxy);
};
-#endif // #ifndef CHROME_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H__
-
+#endif // CHROME_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H_