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

Unified Diff: content/browser/download/drag_download_file.cc

Issue 9314037: Save As for content retrieved via POST works in most circumstances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 11 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: content/browser/download/drag_download_file.cc
diff --git a/content/browser/download/drag_download_file.cc b/content/browser/download/drag_download_file.cc
index 7cc13c455a0ec652172d7abc142155e4be2b0fd6..61f8ffb24b08086240bcde811ca90be9bd41cf51 100644
--- a/content/browser/download/drag_download_file.cc
+++ b/content/browser/download/drag_download_file.cc
@@ -137,6 +137,7 @@ void DragDownloadFile::InitiateDownload() {
referrer_,
referrer_encoding_,
false,
+ -1,
save_info,
web_contents_);
download_stats::RecordDownloadCount(

Powered by Google App Engine
This is Rietveld 408576698