| Index: content/shell/shell_download_manager_delegate.cc
|
| diff --git a/content/shell/shell_download_manager_delegate.cc b/content/shell/shell_download_manager_delegate.cc
|
| index 1d6ec99dba5e9cdf1d139b891add11dbf221a571..01189144a1a21655e9164c37a31b61dfa4054617 100644
|
| --- a/content/shell/shell_download_manager_delegate.cc
|
| +++ b/content/shell/shell_download_manager_delegate.cc
|
| @@ -152,11 +152,11 @@ bool ShellDownloadManagerDelegate::ShouldOpenFileBasedOnExtension(
|
| return false;
|
| }
|
|
|
| -bool ShellDownloadManagerDelegate::ShouldOpenDownload(DownloadItem* item) {
|
| +bool ShellDownloadManagerDelegate::ShouldCompleteDownload(DownloadItem* item) {
|
| return true;
|
| }
|
|
|
| -bool ShellDownloadManagerDelegate::ShouldCompleteDownload(DownloadItem* item) {
|
| +bool ShellDownloadManagerDelegate::ShouldOpenDownload(DownloadItem* item) {
|
| return true;
|
| }
|
|
|
|
|