| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 239ec8e563a12c32a38b09ea9d5a437fa7bda632..17d98950a8613c93c88ea26e7a6c06a696321b06 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -2505,7 +2505,8 @@ void TabContents::SaveURL(const GURL& url,
|
| true, // prefer_cache
|
| post_id,
|
| save_info,
|
| - this);
|
| + this,
|
| + DownloadManager::OnStartedCallback());
|
| }
|
|
|
| void TabContents::CreateViewAndSetSizeForRVH(RenderViewHost* rvh) {
|
|
|