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

Unified Diff: components/ntp_tiles/pref_names.h

Issue 2131863002: MostVisitedSites: simplify prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_provider_id
Patch Set: rebase Created 4 years, 5 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 | « components/ntp_tiles/most_visited_sites.cc ('k') | components/ntp_tiles/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/pref_names.h
diff --git a/components/ntp_tiles/pref_names.h b/components/ntp_tiles/pref_names.h
index d1ca404f734738a228a86386a99a2fa2c06e7cb8..81f62f152f6ea252fb5b497dc47af37012dddc6a 100644
--- a/components/ntp_tiles/pref_names.h
+++ b/components/ntp_tiles/pref_names.h
@@ -8,8 +8,11 @@
namespace ntp_tiles {
namespace prefs {
-extern const char kNTPSuggestionsURL[];
-extern const char kNTPSuggestionsIsPersonal[];
+// TODO(treib): Remove after M55.
+extern const char kDeprecatedNTPSuggestionsURL[];
+extern const char kDeprecatedNTPSuggestionsIsPersonal[];
+
+extern const char kNumPersonalSuggestions[];
extern const char kPopularSitesOverrideURL[];
extern const char kPopularSitesOverrideCountry[];
« no previous file with comments | « components/ntp_tiles/most_visited_sites.cc ('k') | components/ntp_tiles/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698