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

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

Issue 971423002: Abstract code filtering URLs added to the history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keyed-service
Patch Set: Created 5 years, 10 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: 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 30195c12063efd571b487e03054287b4577b8e82..a229b351e510ce622dbceab73f645e591eae9c41 100644
--- a/chrome/browser/history/chrome_history_client.h
+++ b/chrome/browser/history/chrome_history_client.h
@@ -26,6 +26,7 @@ class ChromeHistoryClient : public history::HistoryClient {
void BlockUntilBookmarksLoaded() override;
bool IsBookmarked(const GURL& url) override;
void GetBookmarks(std::vector<history::URLAndTitle>* bookmarks) override;
+ bool CanAddURL(const GURL& url) override;
void NotifyProfileError(sql::InitStatus init_status) override;
bool ShouldReportDatabaseError() override;
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | chrome/browser/history/chrome_history_client.cc » ('j') | chrome/browser/thumbnails/thumbnail_service_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698