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

Unified Diff: components/history/core/browser/history_backend_unittest.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
Index: components/history/core/browser/history_backend_unittest.cc
diff --git a/components/history/core/browser/history_backend_unittest.cc b/components/history/core/browser/history_backend_unittest.cc
index 0612d6a4c4003039fa825d37f770aaaa4c2b54a2..767e4dc17fb5835616719c46da35ba22c779aa2d 100644
--- a/components/history/core/browser/history_backend_unittest.cc
+++ b/components/history/core/browser/history_backend_unittest.cc
@@ -121,7 +121,8 @@ class HistoryBackendTestDelegate : public HistoryBackend::Delegate {
explicit HistoryBackendTestDelegate(HistoryBackendTestBase* test)
: test_(test) {}
- void NotifyProfileError(sql::InitStatus init_status) override {}
+ void NotifyProfileError(sql::InitStatus init_status,
+ const std::string& diagnostics) override {}
void SetInMemoryBackend(
std::unique_ptr<InMemoryHistoryBackend> backend) override;
void NotifyFaviconsChanged(const std::set<GURL>& page_urls,
« no previous file with comments | « components/history/core/browser/history_backend.cc ('k') | components/history/core/browser/history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698