Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: components/webdata/common/web_database.cc

Issue 2107493002: Offer user to send feedback from profile error dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting's & droger's Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webdata/common/web_database.h ('k') | components/webdata/common/web_database_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/web_database.cc
diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc
index a24a4b88a51652b822edd67be5347a3d12f41e7d..c731270a2f72c3b7678de3fbde1e9df6b9ddce5d 100644
--- a/components/webdata/common/web_database.cc
+++ b/components/webdata/common/web_database.cc
@@ -65,6 +65,11 @@ void WebDatabase::CommitTransaction() {
db_.CommitTransaction();
}
+std::string WebDatabase::GetDiagnosticInfo(int extended_error,
+ sql::Statement* statement) {
+ return db_.GetDiagnosticInfo(extended_error, statement);
+}
+
sql::Connection* WebDatabase::GetSQLConnection() {
return &db_;
}
« no previous file with comments | « components/webdata/common/web_database.h ('k') | components/webdata/common/web_database_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698