diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 22e9249..cf526b4 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -108,7 +108,7 @@ class PluginProcessHost : public ChildProcessHost, #if defined(OS_WIN) void OnPluginWindowDestroyed(HWND window, HWND parent); - void OnDownloadUrl(const std::string& url, int source_pid, + void OnDownloadUrl(const std::string& url, int source_child_unique_id, gfx::NativeWindow caller_window); #endif |