| Index: chrome/browser/history/history.cc
|
| diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
|
| index 92f0e168dacda398d0b5dcff4aadd73db01bd8ba..618f12aa54595abeec6cce894932d46f04e83209 100644
|
| --- a/chrome/browser/history/history.cc
|
| +++ b/chrome/browser/history/history.cc
|
| @@ -521,6 +521,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(
|
|
|