| Index: components/history/core/browser/history_backend.h
|
| diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
|
| index 23ac9a775dfa35fc772831250dc8a0e9d0c62127..6959994ab1ae814988b99a55bda09e7a17a89aaf 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -334,7 +334,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
|
|
| uint32_t GetNextDownloadId();
|
| void QueryDownloads(std::vector<DownloadRow>* rows);
|
| - void UpdateDownload(const DownloadRow& data);
|
| + void UpdateDownload(const DownloadRow& data, bool should_commit_immediately);
|
| bool CreateDownload(const DownloadRow& history_info);
|
| void RemoveDownloads(const std::set<uint32_t>& ids);
|
|
|
|
|