Index: components/ntp_tiles/most_visited_sites.cc |
diff --git a/components/ntp_tiles/most_visited_sites.cc b/components/ntp_tiles/most_visited_sites.cc |
index 81fe916f97cc8630a5f1c5b0c018cff7b77c8fe4..f0307c609a9123980b16e8905045e360e7d80d06 100644 |
--- a/components/ntp_tiles/most_visited_sites.cc |
+++ b/components/ntp_tiles/most_visited_sites.cc |
@@ -479,8 +479,7 @@ void MostVisitedSites::TopSitesChanged(TopSites* top_sites, |
} |
bool MostVisitedSites::ShouldAddHomeTile() const { |
- return base::FeatureList::IsEnabled(kPinHomePageAsTileFeature) && |
- num_sites_ > 0u && |
+ return num_sites_ > 0u && |
home_page_client_ && // No platform-specific implementation - no tile. |
home_page_client_->IsHomePageEnabled() && |
!home_page_client_->IsNewTabPageUsedAsHomePage() && |