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

Unified Diff: chrome/browser/history/chrome_history_client.h

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 | « no previous file | chrome/browser/history/chrome_history_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/chrome_history_client.h
diff --git a/chrome/browser/history/chrome_history_client.h b/chrome/browser/history/chrome_history_client.h
index 24fc1d37a3e47a86479c86dad0671a6f98d444d3..d4035d3298304dbd334b21993d96718d012a7264 100644
--- a/chrome/browser/history/chrome_history_client.h
+++ b/chrome/browser/history/chrome_history_client.h
@@ -21,6 +21,7 @@ class ChromeHistoryClient : public history::HistoryClient {
virtual bool IsBookmarked(const GURL& url) OVERRIDE;
virtual void GetBookmarks(
std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
+ virtual void NotifyProfileError(sql::InitStatus init_status) OVERRIDE;
// KeyedService:
virtual void Shutdown() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/history/chrome_history_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698