| Index: chrome/browser/chrome_plugin_message_filter.h
|
| diff --git a/chrome/browser/chrome_plugin_message_filter.h b/chrome/browser/chrome_plugin_message_filter.h
|
| index 67642ca92d6adf384970dab336945481020e577f..646b94b23620346d822055bdb51ff8209db2015c 100644
|
| --- a/chrome/browser/chrome_plugin_message_filter.h
|
| +++ b/chrome/browser/chrome_plugin_message_filter.h
|
| @@ -35,16 +35,13 @@ class ChromePluginMessageFilter : public IPC::ChannelProxy::MessageFilter,
|
| void OnDownloadUrl(const std::string& url,
|
| gfx::NativeWindow caller_window,
|
| int render_process_id);
|
| - // Helper function to issue the download request on the file thread.
|
| - static void OnDownloadUrlOnFileThread(
|
| - const std::string& url,
|
| - gfx::NativeWindow caller_window,
|
| - net::URLRequestContextGetter* context);
|
| // Helper function to handle the initial portions of the download request
|
| // on the UI thread.
|
| static void OnDownloadUrlOnUIThread(const std::string& url,
|
| gfx::NativeWindow caller_window,
|
| int render_process_id);
|
| + static void OnPluginDownloadFinished(gfx::NativeWindow caller_window,
|
| + const FilePath& response_file);
|
| #endif
|
| void OnGetPluginFinderUrl(std::string* plugin_finder_url);
|
| void OnMissingPluginStatus(int status,
|
|
|