From 829c2841a0e30b9f08453566ffc52d2c386a9045 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 1 Apr 2009 01:48:52 +0000 Subject: Port plugin messages. Review URL: http://codereview.chromium.org/49050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12928 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_process_host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/plugin_process_host.h') diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 71b7c77..c43fef2 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -97,8 +97,6 @@ class PluginProcessHost : public ChildProcessHost, IPC::Message* reply_msg); // Message handlers. void OnChannelCreated(const std::wstring& channel_name); - void OnDownloadUrl(const std::string& url, int source_pid, - gfx::NativeWindow caller_window); void OnGetPluginFinderUrl(std::string* plugin_finder_url); void OnGetCookies(uint32 request_context, const GURL& url, std::string* cookies); @@ -108,6 +106,8 @@ class PluginProcessHost : public ChildProcessHost, #if defined(OS_WIN) void OnCreateWindow(HWND parent, IPC::Message* reply_msg); void OnDestroyWindow(HWND window); + void OnDownloadUrl(const std::string& url, int source_pid, + gfx::NativeWindow caller_window); #endif virtual bool CanShutdown() { return sent_requests_.empty(); } -- cgit v1.1