| 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 b3be99efb6280f970a4576c7b183e265bffaec5b..b911b56948ca5abaabdb20e4620aeb135ac90ec2 100644
|
| --- a/components/history/core/browser/history_service.h
|
| +++ b/components/history/core/browser/history_service.h
|
| @@ -34,6 +34,7 @@
|
| #include "components/history/core/browser/keyword_id.h"
|
| #include "components/history/core/browser/typed_url_syncable_service.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| +#include "sql/db_diagnostic_map.h"
|
| #include "sql/init_status.h"
|
| #include "sync/api/syncable_service.h"
|
| #include "ui/base/page_transition_types.h"
|
| @@ -777,7 +778,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 sql::DatabaseDiagnosticMap& diagnostics);
|
|
|
| // Call to schedule a given task for running on the history thread with the
|
| // specified priority. The task will have ownership taken.
|
|
|