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. |