| Index: content/browser/download/download_manager_impl.h
|
| diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
|
| index 8fab016f1d9e36c1eb7a434c1ee2d38a8b79bd0e..ff12bcc75873f54841df9c79e372af09a8b2ebdb 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -86,11 +86,9 @@ class CONTENT_EXPORT DownloadManagerImpl
|
| virtual int InProgressCount() const OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContext() const OVERRIDE;
|
| virtual void CheckForHistoryFilesRemoval() OVERRIDE;
|
| - virtual content::DownloadItem* GetDownloadItem(int id) OVERRIDE;
|
| virtual content::DownloadItem* GetDownload(int id) OVERRIDE;
|
| virtual void SavePageDownloadFinished(
|
| content::DownloadItem* download) OVERRIDE;
|
| - virtual content::DownloadItem* GetActiveDownloadItem(int id) OVERRIDE;
|
| virtual bool GenerateFileHash() OVERRIDE;
|
|
|
| private:
|
|
|