| 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 430037133854ba0d0e65a1ab87763162f4f13eaa..93f8dbc926f2a80d73fa116a129c58052c86fd58 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -421,7 +421,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.
|
|
|