| Index: components/webdata/common/web_database.h
|
| diff --git a/components/webdata/common/web_database.h b/components/webdata/common/web_database.h
|
| index bd914f446ef1547ab0db195d23e5dfa751a02e3b..6c2645f27b98dfb7f130ddebe409857a70f1bfcc 100644
|
| --- a/components/webdata/common/web_database.h
|
| +++ b/components/webdata/common/web_database.h
|
| @@ -53,6 +53,8 @@ class WEBDATA_EXPORT WebDatabase {
|
| void BeginTransaction();
|
| void CommitTransaction();
|
|
|
| + sql::DatabaseDiagnosticMap GetDiagnosticMap();
|
| +
|
| // Exposed for testing only.
|
| sql::Connection* GetSQLConnection();
|
|
|
|
|