| Index: components/ntp_tiles/popular_sites_impl.cc
|
| diff --git a/components/ntp_tiles/popular_sites_impl.cc b/components/ntp_tiles/popular_sites_impl.cc
|
| index 1e15b39d703eb2dda5784d027b5b44b7a8fb79b5..eb52b3925c0aa182a4ec0f3f06881460b7cdd1a0 100644
|
| --- a/components/ntp_tiles/popular_sites_impl.cc
|
| +++ b/components/ntp_tiles/popular_sites_impl.cc
|
| @@ -153,7 +153,7 @@
|
|
|
| // Creates the list of popular sites based on a snapshot available for mobile.
|
| std::unique_ptr<base::ListValue> DefaultPopularSites() {
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| return base::MakeUnique<base::ListValue>();
|
| #else
|
| if (!base::FeatureList::IsEnabled(kPopularSitesBakedInContentFeature)) {
|
|
|