| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index a7c7317c0a16e800046939e180bc1e34855f98a0..c9c30968686408cc84183e9b875f8f71411297b6 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -236,6 +236,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
|
|
| // Downloads -----------------------------------------------------------------
|
|
|
| + void GetNextDownloadId(scoped_refptr<DownloadNextIdRequest> request);
|
| void QueryDownloads(scoped_refptr<DownloadQueryRequest> request);
|
| void CleanUpInProgressEntries();
|
| void UpdateDownload(int64 received_bytes, int32 state, int64 db_handle);
|
|
|