| 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 130d9b7b614085893230f11d58d2106102820da7..39fb916cde16e6a2e844ea3468cac41db5aaa3d6 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -337,7 +337,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);
|
|
|
|
|