| Index: components/history/core/browser/history_service.h
|
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
|
| index f744635ffaa8e7dd310dbecd80e219e57e00d27e..8e34834e22ae03fd8a2705560330ddd434c13f86 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -419,7 +419,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
|
| // Called to update the history service about the current state of a download.
|
| // This is a 'fire and forget' query, so just pass the relevant state info to
|
| // the database with no need for a callback.
|
| - void UpdateDownload(const DownloadRow& data);
|
| + void UpdateDownload(const DownloadRow& data, bool should_commit_immediately);
|
|
|
| // Permanently remove some downloads from the history system. This is a 'fire
|
| // and forget' operation.
|
|
|