Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.cc

Issue 83002: download filename fix (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tab_contents/render_view_context_menu.cc
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu.cc (revision 15065)
+++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy)
@@ -375,7 +375,8 @@
params_.image_url);
DownloadManager* dlm =
source_web_contents_->profile()->GetDownloadManager();
- dlm->DownloadUrl(url, referrer, source_web_contents_);
+ dlm->DownloadUrl(url, referrer, params_.frame_charset,
+ source_web_contents_);
break;
}
« no previous file with comments | « chrome/browser/renderer_host/download_resource_handler.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698