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

Unified Diff: components/history/core/test/history_client_fake_bookmarks.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/test/history_client_fake_bookmarks.cc
diff --git a/components/history/core/test/history_client_fake_bookmarks.cc b/components/history/core/test/history_client_fake_bookmarks.cc
index 2572f4a2df3fc2c29d50756718c723b287c6eddd..e14ee32cd7a9c2440c7fe3207926239d7588c4ca 100644
--- a/components/history/core/test/history_client_fake_bookmarks.cc
+++ b/components/history/core/test/history_client_fake_bookmarks.cc
@@ -179,8 +179,8 @@ bool HistoryClientFakeBookmarks::CanAddURL(const GURL& url) {
}
void HistoryClientFakeBookmarks::NotifyProfileError(
- sql::InitStatus init_status) {
-}
+ sql::InitStatus init_status,
+ const std::string& diagnostics) {}
std::unique_ptr<HistoryBackendClient>
HistoryClientFakeBookmarks::CreateBackendClient() {
« no previous file with comments | « components/history/core/test/history_client_fake_bookmarks.h ('k') | components/webdata/common/web_data_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698