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 f6c3eaa7610bd18d1c098d3f27c04a1854df20fe..f953d48e0cf36d6f632882e94ae068ad3f204529 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -220,6 +220,7 @@ DownloadItemImpl::DownloadItemImpl(DownloadItemImplDelegate* delegate, |
start_time_(info.start_time), |
delegate_(delegate), |
is_temporary_(!info.save_info->file_path.empty()), |
+ transient_(info.transient), |
last_modified_time_(info.last_modified), |
etag_(info.etag), |
net_log_(net_log), |