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

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

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.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();

Powered by Google App Engine
This is Rietveld 408576698