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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 8135017: Refactor downloads into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed indentation of calls to DownloadServiceFactory. Created 9 years, 2 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/download/chrome_download_manager_delegate.h
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
index b006e5396ded660c75780eb53b606a3a6991eff0..586d12415a4f6cfe1d68504c26ab8ce131f4ca2b 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -47,8 +47,6 @@ class ChromeDownloadManagerDelegate
// Returns true if the given item is for an extension download.
static bool IsExtensionDownload(const DownloadItem* item);
- void SetDownloadManager(DownloadManager* dm);
-
virtual void Shutdown() OVERRIDE;
virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;
virtual void ChooseDownloadPath(TabContents* tab_contents,
@@ -79,6 +77,7 @@ class ChromeDownloadManagerDelegate
const FilePath& suggested_path,
bool can_save_as_complete) OVERRIDE;
virtual void DownloadProgressUpdated() OVERRIDE;
+ virtual void SetDownloadManager(DownloadManager* dm) OVERRIDE;
DownloadPrefs* download_prefs() { return download_prefs_.get(); }
DownloadHistory* download_history() { return download_history_.get(); }

Powered by Google App Engine
This is Rietveld 408576698