| 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 bc1cc1b174c534d2c943290b6df3e475389f0a33..645ca47a4db4788e44fe69be8c3cacaa1b3889a3 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -125,6 +125,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.
|
|
|