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