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

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: 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 | « ios/chrome/browser/history/history_client_impl.h ('k') | ios/chrome/browser/web_data_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d1c5f7c024d15057f81133d7000b3ae85f91b9be 100644
--- a/ios/chrome/browser/history/history_client_impl.cc
+++ b/ios/chrome/browser/history/history_client_impl.cc
@@ -60,8 +60,8 @@ 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 std::string& diagnostics) {}
std::unique_ptr<history::HistoryBackendClient>
HistoryClientImpl::CreateBackendClient() {
« no previous file with comments | « ios/chrome/browser/history/history_client_impl.h ('k') | ios/chrome/browser/web_data_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698