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

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2395483002: Allow top_sites to be null. (Closed)
Patch Set: Add comment/TODO. Created 4 years, 2 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 | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 123b705c6966ce165d53f52d85f134364cf9a5cb..28f9b070df0a6421fec0400df63b023a84af57ec 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -113,8 +113,8 @@ class MostVisitedSites : public history::TopSitesObserver,
// Construct a MostVisitedSites instance.
//
- // |prefs|, |top_sites|, and |suggestions| are required and may not be null.
- // |popular_sites| and |supervisor| are optional and if null the associated
+ // |prefs| and |suggestions| are required and may not be null. |top_sites|,
+ // |popular_sites|, and |supervisor| are optional and if null the associated
// features will be disabled.
MostVisitedSites(PrefService* prefs,
scoped_refptr<history::TopSites> top_sites,
« no previous file with comments | « no previous file | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698