| Index: chrome/browser/download/download_history.h
|
| diff --git a/chrome/browser/download/download_history.h b/chrome/browser/download/download_history.h
|
| index be037b124262f9d5caba5783c065e18746c1a97a..f3e25ef0082f7d6e270be119b53392639ee4d228 100644
|
| --- a/chrome/browser/download/download_history.h
|
| +++ b/chrome/browser/download/download_history.h
|
| @@ -117,6 +117,8 @@ class DownloadHistory : public AllDownloadItemNotifier::Observer {
|
| content::DownloadItem* item) override;
|
| void OnDownloadRemoved(content::DownloadManager* manager,
|
| content::DownloadItem* item) override;
|
| + void OnDownloadRevived(content::DownloadManager* manager,
|
| + content::DownloadItem* item) override;
|
|
|
| // Schedule a record to be removed from |history_| the next time
|
| // RemoveDownloadsBatch() runs. Schedule RemoveDownloadsBatch() to be run soon
|
|
|