Index: chrome/browser/history/history.cc |
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc |
index d0b5960d9f10bfb68ce473ca2d5177f4f7949692..adffda543f664a0c5185b145c724abeae9bdb34d 100644 |
--- a/chrome/browser/history/history.cc |
+++ b/chrome/browser/history/history.cc |
@@ -511,6 +511,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( |