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