Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index facd6e23a59b7cc0e91e8f002d9484eb78dab216..e5a75304954be88026e5489780fc87fe554f08dd 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -308,7 +308,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
void GetNextDownloadId(int* id); |
void QueryDownloads(std::vector<DownloadRow>* rows); |
- void CleanUpInProgressEntries(); |
void UpdateDownload(const DownloadRow& data); |
void CreateDownload(const history::DownloadRow& history_info, |
int64* db_handle); |