Chromium Code Reviews| 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..2229089d80a41ddb70efc7cf07ed8917a80951f9 100644 |
| --- a/chrome/browser/download/chrome_download_manager_delegate.h |
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h |
| @@ -44,11 +44,11 @@ class ChromeDownloadManagerDelegate |
| public: |
| explicit ChromeDownloadManagerDelegate(Profile* profile); |
| + virtual void SetDownloadManager(DownloadManager* dm); |
|
jam
2011/10/11 19:31:13
nit: not virtual
Randy Smith (Not in Mondays)
2011/10/11 20:28:27
Done.
|
| + |
| // 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, |