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

Unified Diff: components/ntp_tiles/pref_names.cc

Issue 2841643005: [Popular Sites] Add Variations parameter to override URL path (Closed)
Patch Set: 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
Index: components/ntp_tiles/pref_names.cc
diff --git a/components/ntp_tiles/pref_names.cc b/components/ntp_tiles/pref_names.cc
index 1988357f410c25347c915fe7da20737f2f7be5c5..cebdbab81e55c152487eeb1e0f24840e406ebc4d 100644
--- a/components/ntp_tiles/pref_names.cc
+++ b/components/ntp_tiles/pref_names.cc
@@ -15,6 +15,9 @@ const char kNumPersonalTiles[] = "ntp.num_personal_suggestions";
// overrides for country and version below.
const char kPopularSitesOverrideURL[] = "popular_sites.override_url";
+// If set, this will override the URL path for popular sites.
+const char kPopularSitesOverridePath[] = "popular_sites.override_path";
+
// If set, this will override the country detection for popular sites.
const char kPopularSitesOverrideCountry[] = "popular_sites.override_country";

Powered by Google App Engine
This is Rietveld 408576698