| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 2758)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -469,6 +469,12 @@
|
| received_bytes, state, db_handle);
|
| }
|
|
|
| +void HistoryService::UpdateDownloadPath(const std::wstring& path,
|
| + int64 db_handle) {
|
| + ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::UpdateDownloadPath,
|
| + path, db_handle);
|
| +}
|
| +
|
| void HistoryService::RemoveDownload(int64 db_handle) {
|
| ScheduleAndForget(PRIORITY_NORMAL,
|
| &HistoryBackend::RemoveDownload, db_handle);
|
|
|