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.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: 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
Index: ios/chrome/browser/history/history_client_impl.h
diff --git a/ios/chrome/browser/history/history_client_impl.h b/ios/chrome/browser/history/history_client_impl.h
index bae4809dd2687cdd164cc747b1a5b2e8bab08918..e69d5be3a4c8c9f7bd0f273a4353637fa4bd8fb2 100644
--- a/ios/chrome/browser/history/history_client_impl.h
+++ b/ios/chrome/browser/history/history_client_impl.h
@@ -33,7 +33,8 @@ class HistoryClientImpl : public history::HistoryClient,
history::HistoryService* history_service) override;
void Shutdown() override;
bool CanAddURL(const GURL& url) override;
- void NotifyProfileError(sql::InitStatus init_status) override;
+ void NotifyProfileError(sql::InitStatus init_status,
+ const std::string& diagnostics) override;
std::unique_ptr<history::HistoryBackendClient> CreateBackendClient() override;
// bookmarks::BaseBookmarkModelObserver implementation.
« no previous file with comments | « ios/chrome/browser/browser_state/test_chrome_browser_state.mm ('k') | ios/chrome/browser/history/history_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698