From 0582493ed8a6aa530c16acffb2cf2bae4bfd955f Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Wed, 13 May 2009 19:31:47 +0000 Subject: Reverting 15986. Review URL: http://codereview.chromium.org/113359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15987 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/webplugin_delegate_proxy.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'chrome/renderer/webplugin_delegate_proxy.h') diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h index 6baa42a..99bd1e1 100644 --- a/chrome/renderer/webplugin_delegate_proxy.h +++ b/chrome/renderer/webplugin_delegate_proxy.h @@ -6,7 +6,6 @@ #define CHROME_RENDERER_WEBPLUGIN_DELEGATE_PROXY_H__ #include -#include #include "base/gfx/rect.h" #include "base/gfx/native_widget_types.h" @@ -20,7 +19,6 @@ class GURL; struct NPObject; class NPObjectStub; -struct NPVariant_Param; struct PluginHostMsg_URLRequest_Params; class RenderView; class SkBitmap; @@ -127,10 +125,6 @@ class WebPluginDelegateProxy : public WebPluginDelegate, void OnShowModalHTMLDialog(const GURL& url, int width, int height, const std::string& json_arguments, std::string* json_retval); - void OnGetDragData(const NPVariant_Param& event, bool add_data, - std::vector* values, bool* success); - void OnSetDropEffect(const NPVariant_Param& event, int effect, - bool* success); void OnMissingPluginStatus(int status); void OnGetCPBrowsingContext(uint32* context); void OnCancelDocumentLoad(); -- cgit v1.1