Index: components/history/core/browser/history_client.cc |
diff --git a/components/history/core/browser/history_client.cc b/components/history/core/browser/history_client.cc |
index 63dde6c9c74edc1c3188a5f018b61331e608cb86..97e893f58dcf87d0649037b3933321c4212d22a7 100644 |
--- a/components/history/core/browser/history_client.cc |
+++ b/components/history/core/browser/history_client.cc |
@@ -16,6 +16,9 @@ bool HistoryClient::IsBookmarked(const GURL& url) { |
void HistoryClient::GetBookmarks(std::vector<URLAndTitle>* bookmarks) { |
} |
+void HistoryClient::NotifyProfileError(sql::InitStatus init_status) { |
+} |
+ |
HistoryClient::HistoryClient() { |
} |