| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 15065)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -1091,7 +1091,7 @@
|
| DownloadManager* dlm = profile()->GetDownloadManager();
|
| const GURL& current_page_url = GetURL();
|
| if (dlm && current_page_url.is_valid())
|
| - dlm->DownloadUrl(current_page_url, GURL(), AsWC(this));
|
| + dlm->DownloadUrl(current_page_url, GURL(), "", AsWC(this));
|
| return;
|
| }
|
|
|
|
|