| 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 7b8971a38d18a835725e94387d2af73a4acc68fd..9aed39d2d688f032d1ea46fdeb10eb2b54d54c6f 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -83,11 +83,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;
|
|
|
| private:
|
| typedef std::set<content::DownloadItem*> DownloadSet;
|
|
|