| Index: content/browser/download/download_manager_impl.h
|
| diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
|
| index 90dda08db981b1ee0744e1513009d513196854f4..b6371356857fba570f7c4bc11ec36521b2380dda 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -130,6 +130,9 @@ class CONTENT_EXPORT DownloadManagerImpl
|
|
|
| virtual ~DownloadManagerImpl();
|
|
|
| + // Does nothing if |download_id| is not an active download.
|
| + void MaybeCompleteDownloadById(int download_id);
|
| +
|
| // Determine if the download is ready for completion, i.e. has had
|
| // all data saved, and completed the filename determination and
|
| // history insertion.
|
|
|