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

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: Yet more compile errors Created 4 years, 5 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
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..39a78bff752fac33730b578d5536838ceabf1c53 100644
--- a/components/webdata/common/web_database.cc
+++ b/components/webdata/common/web_database.cc
@@ -65,6 +65,10 @@ void WebDatabase::CommitTransaction() {
db_.CommitTransaction();
}
+sql::DatabaseDiagnosticMap WebDatabase::GetDiagnosticMap() {
+ return db_.GetDiagnosticMap();
+}
+
sql::Connection* WebDatabase::GetSQLConnection() {
return &db_;
}

Powered by Google App Engine
This is Rietveld 408576698