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

Unified Diff: components/ntp_tiles/pref_names.h

Issue 2841643005: [Popular Sites] Add Variations parameter to override URL path (Closed)
Patch Set: Update ntp-tiles-internals. Created 3 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 | « components/ntp_tiles/popular_sites_impl_unittest.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 cdaa896eee7900fd140fed008b1624c6c4d7cdce..9c4de063cf96419fc5795644313b433db79654bb 100644
--- a/components/ntp_tiles/pref_names.h
+++ b/components/ntp_tiles/pref_names.h
@@ -11,6 +11,7 @@ namespace prefs {
extern const char kNumPersonalTiles[];
extern const char kPopularSitesOverrideURL[];
+extern const char kPopularSitesOverrideDirectory[];
extern const char kPopularSitesOverrideCountry[];
extern const char kPopularSitesOverrideVersion[];
« no previous file with comments | « components/ntp_tiles/popular_sites_impl_unittest.cc ('k') | components/ntp_tiles/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698