| Index: chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| index f5a4d46230d6abd63908fd9136d5df081cbbcae1..8173eec0bbd23b47c7442fa43653a8dcfc35856c 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| @@ -63,7 +63,7 @@ SuggestionsHandler::~SuggestionsHandler() {
|
| void SuggestionsHandler::RegisterMessages() {
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| // Set up our sources for thumbnail and favicon data.
|
| - content::URLDataSource::Add(profile, new ThumbnailSource(profile));
|
| + content::URLDataSource::Add(profile, new ThumbnailSource(profile, false));
|
| content::URLDataSource::Add(
|
| profile, new FaviconSource(profile, FaviconSource::FAVICON));
|
|
|
|
|