Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2472)

Unified Diff: chrome/browser/chrome_plugin_message_filter.h

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_plugin_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_plugin_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698