| 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)),
|
|
|