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

Unified Diff: chrome/browser/plugins/plugin_installer.h

Issue 15467002: Remove unused reference to DownloadManager in PluginInstaller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months 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 | « no previous file | chrome/browser/plugins/plugin_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_installer.h
diff --git a/chrome/browser/plugins/plugin_installer.h b/chrome/browser/plugins/plugin_installer.h
index 36b7eb3cb8b640e72e8a5816a63da55a96d65c83..9504be174d8e10d4f0cadf2fd71db0c191522fd1 100644
--- a/chrome/browser/plugins/plugin_installer.h
+++ b/chrome/browser/plugins/plugin_installer.h
@@ -55,9 +55,7 @@ class PluginInstaller : public content::DownloadItem::Observer {
content::WebContents* web_contents);
private:
- void DownloadStarted(scoped_refptr<content::DownloadManager> dlm,
- content::DownloadItem* item,
- net::Error error);
+ void DownloadStarted(content::DownloadItem* item, net::Error error);
void DownloadError(const std::string& msg);
void DownloadCancelled();
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698