| 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 fe9a1ccd85743fc9895da7439734b6b85c76afa0..ffc486d3933cfccb684b8c3f43cbde652274e3df 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -59,8 +59,8 @@ class ChromeDownloadManagerDelegate
|
| FilePath* intermediate_path) OVERRIDE;
|
| virtual TabContents* GetAlternativeTabContentsToNotifyForDownload() OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension(const FilePath& path) OVERRIDE;
|
| - virtual bool ShouldOpenDownload(DownloadItem* item) OVERRIDE;
|
| virtual bool ShouldCompleteDownload(DownloadItem* item) OVERRIDE;
|
| + virtual bool ShouldOpenDownload(DownloadItem* item) OVERRIDE;
|
| virtual bool GenerateFileHash() OVERRIDE;
|
| virtual void OnResponseCompleted(DownloadItem* item,
|
| const std::string& hash) OVERRIDE;
|
|
|