| 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..e66955b54961eb97033f582374abb74b2e38ac13 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);
|
|
|
| + void SetDownloadManager(DownloadManager* dm);
|
| +
|
| // 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,
|
|
|