| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index c886cc65511257ef270cb2a292c22cd6870bc9fc..2de095b90225c7482cb2d3d95a0bedfdab172490 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);
|
|
|