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) |