Index: chrome/browser/history/history.cc |
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc |
index 4801f9ecad25d407c3528327fdde0af0d3ee8289..cdbb44ef527ac3dab9b67a5e4a39aa25afa97cf4 100644 |
--- a/chrome/browser/history/history.cc |
+++ b/chrome/browser/history/history.cc |
@@ -514,6 +514,13 @@ HistoryService::Handle HistoryService::CreateDownload( |
create_info); |
} |
+HistoryService::Handle HistoryService::GetNextDownloadId( |
+ CancelableRequestConsumerBase* consumer, |
+ DownloadNextIdCallback* callback) { |
+ return Schedule(PRIORITY_NORMAL, &HistoryBackend::GetNextDownloadId, consumer, |
+ new history::DownloadNextIdRequest(callback)); |
+} |
+ |
// Handle queries for a list of all downloads in the history database's |
// 'downloads' table. |
HistoryService::Handle HistoryService::QueryDownloads( |