| Index: content/shell/shell_download_manager_delegate.h
|
| diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
|
| index d49dd35a892abec8203a3bda6de87af8b15d0c65..8dda1c848937ba3b190a07079d1b2cb92a035a9f 100644
|
| --- a/content/shell/shell_download_manager_delegate.h
|
| +++ b/content/shell/shell_download_manager_delegate.h
|
| @@ -32,8 +32,8 @@ class ShellDownloadManagerDelegate
|
| 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;
|
|
|