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

Unified Diff: components/history/core/test/history_client_fake_bookmarks.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: 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: components/history/core/test/history_client_fake_bookmarks.h
diff --git a/components/history/core/test/history_client_fake_bookmarks.h b/components/history/core/test/history_client_fake_bookmarks.h
index f2e2192cb550ebf719d6db2a70ce1415efc34d99..286363f93d9df6068478c90bae38f37b823144db 100644
--- a/components/history/core/test/history_client_fake_bookmarks.h
+++ b/components/history/core/test/history_client_fake_bookmarks.h
@@ -34,7 +34,9 @@ class HistoryClientFakeBookmarks : public HistoryClient {
void OnHistoryServiceCreated(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 sql::DatabaseDiagnosticMap& diagnostics) override;
std::unique_ptr<HistoryBackendClient> CreateBackendClient() override;
private:

Powered by Google App Engine
This is Rietveld 408576698