| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index 7501f0ef1dea5b153d8e47d642b4328687d1708c..c9682ac943a91e817e4d61e081b10f1cd1dfb206 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -203,10 +203,6 @@ class CONTENT_EXPORT DownloadManager
|
| // finish asynchronously after this method returns.
|
| virtual void CheckForHistoryFilesRemoval() = 0;
|
|
|
| - // Get the download item from the history map. Useful after the item has
|
| - // been removed from the active map, or was retrieved from the history DB.
|
| - virtual DownloadItem* GetDownloadItem(int id) = 0;
|
| -
|
| // Get the download item for |id| if present, no matter what type of download
|
| // it is or state it's in.
|
| virtual DownloadItem* GetDownload(int id) = 0;
|
| @@ -214,10 +210,6 @@ class CONTENT_EXPORT DownloadManager
|
| // Called when Save Page download is done.
|
| virtual void SavePageDownloadFinished(DownloadItem* download) = 0;
|
|
|
| - // Get the download item from the active map. Useful when the item is not
|
| - // yet in the history map.
|
| - virtual DownloadItem* GetActiveDownloadItem(int id) = 0;
|
| -
|
| virtual bool GenerateFileHash() = 0;
|
|
|
| protected:
|
|
|