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

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

Issue 1924773002: TopSites: filter out non-WebSafe URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@topsites_cleanup
Patch Set: comment Created 4 years, 8 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_backend_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_backend_client.h
diff --git a/chrome/browser/history/chrome_history_backend_client.h b/chrome/browser/history/chrome_history_backend_client.h
index 0a332ad8a898b6a961bb0873329e420c29b82946..7d689f5db35d7f7a9e9a0000eaa622ce3d51255b 100644
--- a/chrome/browser/history/chrome_history_backend_client.h
+++ b/chrome/browser/history/chrome_history_backend_client.h
@@ -24,6 +24,7 @@ class ChromeHistoryBackendClient : public history::HistoryBackendClient {
bool IsBookmarked(const GURL& url) override;
void GetBookmarks(std::vector<history::URLAndTitle>* bookmarks) override;
bool ShouldReportDatabaseError() override;
+ bool IsWebSafe(const GURL& url) override;
#if defined(OS_ANDROID)
void OnHistoryBackendInitialized(
history::HistoryBackend* history_backend,
« no previous file with comments | « no previous file | chrome/browser/history/chrome_history_backend_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698