| 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 a7417db8c1db044ddb34c8359900403d0dfa3ef2..5e10f4b0c8f5509d4f7e9b4bc5d0125c357ee2ad 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -777,7 +777,8 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
|
| void SetInMemoryBackend(std::unique_ptr<InMemoryHistoryBackend> mem_backend);
|
|
|
| // Called by our BackendDelegate when there is a problem reading the database.
|
| - void NotifyProfileError(sql::InitStatus init_status);
|
| + void NotifyProfileError(sql::InitStatus init_status,
|
| + const std::string& diagnostics);
|
|
|
| // Call to schedule a given task for running on the history thread with the
|
| // specified priority. The task will have ownership taken.
|
|
|