| 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..2921b8289c3d9fc2f02aa6c338ccd5fdc41749ea 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -51,10 +51,7 @@ class CONTENT_EXPORT DownloadManagerImpl
|
| virtual void SetDelegate(content::DownloadManagerDelegate* delegate) OVERRIDE;
|
| virtual content::DownloadManagerDelegate* GetDelegate() const OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| - virtual void GetTemporaryDownloads(const FilePath& dir_path,
|
| - DownloadVector* result) OVERRIDE;
|
| - virtual void GetAllDownloads(const FilePath& dir_path,
|
| - DownloadVector* result) OVERRIDE;
|
| + virtual void GetAllDownloads(DownloadVector* result) OVERRIDE;
|
| virtual void SearchDownloads(const string16& query,
|
| DownloadVector* result) OVERRIDE;
|
| virtual bool Init(content::BrowserContext* browser_context) OVERRIDE;
|
|
|