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 f12a4d790ecb840423377d4bc52246a6c5bdb79b..02d911b9f49ebe4fd4053b04cd196331e7843372 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -237,7 +237,7 @@ DownloadItemImpl::DownloadItemImpl( |
opened_(false), |
open_enabled_(true), |
delegate_delayed_complete_(false), |
- bound_net_log_(net::BoundNetLog()) { |
+ bound_net_log_(info.bound_net_log) { |
delegate_->Attach(); |
Init(true /* actively downloading */, |
download_net_logs::SRC_NEW_DOWNLOAD); |