| 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..b66174efd755b12b5683252b02722db796ca1079 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -21,10 +21,12 @@ class DownloadManager;
|
| class CONTENT_EXPORT DownloadFileImpl : virtual public content::DownloadFile {
|
| public:
|
| // Takes ownership of the object pointed to by |request_handle|.
|
| + // |bound_net_log| will be used for logging the download file's events.
|
| DownloadFileImpl(const DownloadCreateInfo* info,
|
| DownloadRequestHandleInterface* request_handle,
|
| content::DownloadManager* download_manager,
|
| - bool calculate_hash);
|
| + bool calculate_hash,
|
| + const net::BoundNetLog& bound_net_log);
|
| virtual ~DownloadFileImpl();
|
|
|
| // DownloadFile functions.
|
|
|