| 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 0b952b4b4b8ac365694ec5fb0558123917c14526..ed62fd2f50ba58a9f932a80ccff2fa0a8b7a6b07 100644
|
| --- a/components/history/core/browser/history_backend.h
|
| +++ b/components/history/core/browser/history_backend.h
|
| @@ -113,7 +113,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| virtual ~Delegate() {}
|
|
|
| // Called when the database cannot be read correctly for some reason.
|
| - virtual void NotifyProfileError(sql::InitStatus init_status) = 0;
|
| + virtual void NotifyProfileError(const base::FilePath& corrupted_file,
|
| + sql::InitStatus init_status) = 0;
|
|
|
| // Sets the in-memory history backend. The in-memory backend is created by
|
| // the main backend. For non-unit tests, this happens on the background
|
|
|