| Index: components/ntp_tiles/constants.cc
|
| diff --git a/components/ntp_tiles/constants.cc b/components/ntp_tiles/constants.cc
|
| index 20bf4c36a3e62ceac79182f4a8f18cb26f66f6de..6af7a1727cdb20f0eaf9c88db0371da23a75942a 100644
|
| --- a/components/ntp_tiles/constants.cc
|
| +++ b/components/ntp_tiles/constants.cc
|
| @@ -18,9 +18,6 @@ extern const base::Feature kPopularSitesBakedInContentFeature{
|
| extern const base::Feature kNtpMostLikelyFaviconsFromServerFeature{
|
| "NTPMostLikelyFaviconsFromServer", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -extern const base::Feature kPinHomePageAsTileFeature{
|
| - "PinHomePageAsTile", base::FEATURE_DISABLED_BY_DEFAULT};
|
| -
|
| bool AreNtpMostLikelyFaviconsFromServerEnabled() {
|
| // Check if the experimental flag is forced on or off.
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
|
|