| Index: chrome/browser/ui/webui/ntp/thumbnail_list_source.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/thumbnail_list_source.cc b/chrome/browser/ui/webui/ntp/thumbnail_list_source.cc
|
| index d4bbaf75dd4e5ae19077bfdf935e12c938dd7352..ee5a86292aaee376878f00786ed528701686b604 100644
|
| --- a/chrome/browser/ui/webui/ntp/thumbnail_list_source.cc
|
| +++ b/chrome/browser/ui/webui/ntp/thumbnail_list_source.cc
|
| @@ -89,7 +89,7 @@ void ThumbnailListSource::StartDataRequest(
|
| profile_->GetTopSites()->GetMostVisitedURLs(
|
| base::Bind(&ThumbnailListSource::OnMostVisitedURLsAvailable,
|
| weak_ptr_factory_.GetWeakPtr(),
|
| - callback));
|
| + callback), false);
|
| }
|
|
|
| std::string ThumbnailListSource::GetMimeType(const std::string& path) const {
|
|
|