| 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";
|
|
|
|
|