| Index: components/ntp_tiles/popular_sites_impl_unittest.cc
|
| diff --git a/components/ntp_tiles/popular_sites_impl_unittest.cc b/components/ntp_tiles/popular_sites_impl_unittest.cc
|
| index 125aa4921f68487daef225c3eae62da3d4d18fd5..d057858d5c4cfe873c878f7de486269eb812ea85 100644
|
| --- a/components/ntp_tiles/popular_sites_impl_unittest.cc
|
| +++ b/components/ntp_tiles/popular_sites_impl_unittest.cc
|
| @@ -57,7 +57,7 @@ using TestPopularSiteVector = std::vector<TestPopularSite>;
|
| }
|
|
|
| size_t GetNumberOfDefaultPopularSitesForPlatform() {
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| +#if 0 && (defined(OS_ANDROID) || defined(OS_IOS))
|
| return 8ul;
|
| #else
|
| return 0;
|
|
|