| 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 6e2a2e36d66e2b8f7824ff6e4c819a1a97d293e7..946c43ae280296dbfd76c354b05984cb013c640d 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -2466,7 +2466,8 @@ void TabContents::SaveURL(const GURL& url,
|
| true, // prefer_cache
|
| post_id,
|
| save_info,
|
| - this);
|
| + this,
|
| + DownloadManager::OnStartedCallback());
|
| }
|
|
|
| void TabContents::CreateViewAndSetSizeForRVH(RenderViewHost* rvh) {
|
|
|