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

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

Issue 9296012: Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with parent Created 8 years, 11 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 fd8a622a9279ef07664a089bf7ab46b47ae1fc01..f8b2141acb31a16c1ad7596e18192f11800fba13 100644
--- a/content/browser/download/download_item_impl.cc
+++ b/content/browser/download/download_item_impl.cc
@@ -238,7 +238,7 @@ DownloadItemImpl::DownloadItemImpl(
opened_(false),
open_enabled_(true),
delegate_delayed_complete_(false),
- bound_net_log_(net::BoundNetLog()) {
+ bound_net_log_(info.bound_net_log) {
Randy Smith (Not in Mondays) 2012/02/03 19:36:41 Ah, now I understand the difference in constructor
ahendrickson 2012/02/05 05:06:53 They now take BoundNetLog references instead of Ne
delegate_->Attach();
Init(true /* actively downloading */,
download_net_logs::SRC_NEW_DOWNLOAD);

Powered by Google App Engine
This is Rietveld 408576698