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

Unified Diff: ios/chrome/browser/history/history_client_impl.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: ios/chrome/browser/history/history_client_impl.cc
diff --git a/ios/chrome/browser/history/history_client_impl.cc b/ios/chrome/browser/history/history_client_impl.cc
index 35860d1d33b6af8e298d2b3513eecbe180052415..eaf0a2375cc046c1a661be3e67c93a89649b9f07 100644
--- a/ios/chrome/browser/history/history_client_impl.cc
+++ b/ios/chrome/browser/history/history_client_impl.cc
@@ -60,8 +60,9 @@ bool HistoryClientImpl::CanAddURL(const GURL& url) {
return ios::CanAddURLToHistory(url);
}
-void HistoryClientImpl::NotifyProfileError(sql::InitStatus init_status) {
-}
+void HistoryClientImpl::NotifyProfileError(
+ sql::InitStatus init_status,
+ const sql::DatabaseDiagnosticMap& diagnostics) {}
std::unique_ptr<history::HistoryBackendClient>
HistoryClientImpl::CreateBackendClient() {

Powered by Google App Engine
This is Rietveld 408576698