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

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

Issue 14593012: BrowserContext should simply own DownloadManager (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
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();

Powered by Google App Engine
This is Rietveld 408576698