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

Unified Diff: components/history/core/browser/history_client.cc

Issue 322113002: Move HistoryService::NotifyProfileError to HistoryClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 6 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
« no previous file with comments | « components/history/core/browser/history_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « components/history/core/browser/history_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698