| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 98659)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -511,13 +511,6 @@
|
| 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(
|
|
|