| Index: content/browser/download/download_manager.h
|
| diff --git a/content/browser/download/download_manager.h b/content/browser/download/download_manager.h
|
| index 822c1f7d24911aef5791bafada80308dbe078e16..432999d66a35d76afeade2fcc8277a8ab3067e16 100644
|
| --- a/content/browser/download/download_manager.h
|
| +++ b/content/browser/download/download_manager.h
|
| @@ -263,6 +263,9 @@ class CONTENT_EXPORT DownloadManager
|
| // DownloadManagerDelegate::ShouldStartDownload and now is ready.
|
| void RestartDownload(int32 download_id);
|
|
|
| + // Mark the download opened in the persistent store.
|
| + void MarkDownloadOpened(DownloadItem* download);
|
| +
|
| // Checks whether downloaded files still exist. Updates state of downloads
|
| // that refer to removed files. The check runs in the background and may
|
| // finish asynchronously after this method returns.
|
|
|