Index: chrome/browser/history/history_backend.h |
=================================================================== |
--- chrome/browser/history/history_backend.h (revision 2758) |
+++ chrome/browser/history/history_backend.h (working copy) |
@@ -193,6 +193,7 @@ |
void QueryDownloads(scoped_refptr<DownloadQueryRequest> request); |
void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle); |
+ void UpdateDownloadPath(const std::wstring& path, int64 db_handle); |
void CreateDownload(scoped_refptr<DownloadCreateRequest> request, |
const DownloadCreateInfo& info); |
void RemoveDownload(int64 db_handle); |