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

Unified Diff: content/browser/download/download_file_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_file_impl.cc
diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc
index 43a34b82bd388f1cc3769479b3ca4521851f26ad..ddb467f27813c08874a6eb3ceca21bb033312fd6 100644
--- a/content/browser/download/download_file_impl.cc
+++ b/content/browser/download/download_file_impl.cc
@@ -26,7 +26,7 @@ DownloadFileImpl::DownloadFileImpl(
calculate_hash,
info->save_info.hash_state,
info->save_info.file_stream,
- net::BoundNetLog()),
+ info->bound_net_log),
id_(info->download_id),
request_handle_(request_handle),
download_manager_(download_manager) {

Powered by Google App Engine
This is Rietveld 408576698