| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index 7cca20edfa2ad297bffa446f3ce9bd68e4753f10..ec11f0110897c53755df368de040e764be1b49a5 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -142,7 +142,8 @@ DownloadManager* ShellBrowserContext::GetDownloadManager() {
|
|
|
| download_manager_delegate_ = new ShellDownloadManagerDelegate();
|
| download_manager_ = new DownloadManagerImpl(download_manager_delegate_,
|
| - download_status_updater_.get());
|
| + download_status_updater_.get(),
|
| + NULL);
|
| download_manager_delegate_->SetDownloadManager(download_manager_.get());
|
| download_manager_->Init(this);
|
| }
|
|
|