| 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 ca75d4c77cd7a01006ebc850b30225b43ca05d70..7106f08f70c45c7acd3c881caf61b6565d8fd3ae 100644
|
| --- a/components/ntp_tiles/most_visited_sites.cc
|
| +++ b/components/ntp_tiles/most_visited_sites.cc
|
| @@ -419,9 +419,6 @@ void MostVisitedSites::OnPopularSitesDownloaded(bool success) {
|
| LOG(WARNING) << "Download of popular sites failed";
|
| return;
|
| }
|
| -
|
| - // Re-build the tile list. Once done, this will notify the observer.
|
| - BuildCurrentTiles();
|
| }
|
|
|
| void MostVisitedSites::OnIconMadeAvailable(const GURL& site_url,
|
|
|