Index: content/browser/download/download_manager.h |
diff --git a/content/browser/download/download_manager.h b/content/browser/download/download_manager.h |
index 096b1e2efe46736cd0238584bfee0291b59d5be9..8d1a1617e9446d6c1f2e2257310f0c9984818069 100644 |
--- a/content/browser/download/download_manager.h |
+++ b/content/browser/download/download_manager.h |
@@ -265,6 +265,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. |