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

Unified Diff: content/browser/download/download_file_impl.h

Issue 9296012: Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create DownloadItem's BoundNetLog closer to constructor Created 8 years, 10 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.h
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 67eb057e455f6907670d17624c8334eb5fad8b95..1f074a327f18c85b77f77c9b779d76875c5a3dc9 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -24,7 +24,8 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public content::DownloadFile {
DownloadFileImpl(const DownloadCreateInfo* info,
DownloadRequestHandleInterface* request_handle,
content::DownloadManager* download_manager,
- bool calculate_hash);
+ bool calculate_hash,
+ const net::BoundNetLog& bound_net_log);
Randy Smith (Not in Mondays) 2012/02/07 23:19:14 Comment indicating that this is the bound_net_log
ahendrickson 2012/02/07 23:58:54 Done.
virtual ~DownloadFileImpl();
// DownloadFile functions.

Powered by Google App Engine
This is Rietveld 408576698