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

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2926023003: Rename SupervisorBridge::whitelists() to GetWhiteLists(). (Closed)
Patch Set: Created 3 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
Index: components/ntp_tiles/most_visited_sites.h
diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
index 1da5e182720537df2fc1f42a021066b1f4b83884..dbd1dfb176dc074d014b1a55bac3987704ccd7e4 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -71,7 +71,7 @@ class MostVisitedSitesSupervisor {
virtual bool IsBlocked(const GURL& url) = 0;
// Explicitly-specified sites to show on NTP.
- virtual std::vector<Whitelist> whitelists() = 0;
+ virtual std::vector<Whitelist> GetWhitelists() = 0;
// If true, be conservative about suggesting sites from outside sources.
virtual bool IsChildProfile() = 0;
« no previous file with comments | « chrome/browser/ntp_tiles/chrome_most_visited_sites_factory.cc ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698