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

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

Issue 9351024: Clean up unused members and constructors from DownloadCreateInfo and DownloadSaveInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 10 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/download_item_impl.cc
diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc
index aeea3c9debb4d828bc4afc0aeecd042b793a0285..cea3f7d71e491ac19a2ec525da97e4ec3e01dd7f 100644
--- a/content/browser/download/download_item_impl.cc
+++ b/content/browser/download/download_item_impl.cc
@@ -200,12 +200,11 @@ DownloadItemImpl::DownloadItemImpl(
const DownloadCreateInfo& info,
DownloadRequestHandleInterface* request_handle,
bool is_otr)
- : state_info_(info.original_name, info.save_info.file_path,
+ : state_info_(info.save_info.file_path,
info.has_user_gesture, info.transition_type,
info.prompt_user_for_save_location),
request_handle_(request_handle),
download_id_(info.download_id),
- full_path_(info.path),
url_chain_(info.url_chain),
referrer_url_(info.referrer_url),
suggested_filename_(UTF16ToUTF8(info.save_info.suggested_name)),

Powered by Google App Engine
This is Rietveld 408576698