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