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 0697785c0d2f8fe2c6d552beb4b264d16bca05eb..8e350aed0230914e4fb8de7b0c058037063307f8 100644 |
--- a/content/browser/download/download_item_impl.cc |
+++ b/content/browser/download/download_item_impl.cc |
@@ -238,9 +238,7 @@ DownloadItemImpl::DownloadItemImpl( |
opened_(false), |
open_enabled_(true), |
delegate_delayed_complete_(false), |
- // TODO(ahendrickson): Pass in BoundNetLog in info. |
- // For now, we can't create a valid one. |
- bound_net_log_(net::BoundNetLog()) { |
+ bound_net_log_(info.bound_net_log) { |
delegate_->Attach(); |
Init(true /* actively downloading */, |
download_net_logs::SRC_NEW_DOWNLOAD); |