| Index: chrome/browser/dom_ui/dom_ui_thumbnail_source.cc
|
| diff --git a/chrome/browser/dom_ui/dom_ui_thumbnail_source.cc b/chrome/browser/dom_ui/dom_ui_thumbnail_source.cc
|
| index 8b15821ee93ca946d35158a3b3d4f0c1b6c098b4..e036c06e9f8ade2f5479e0a3dc60aede8af85af1 100644
|
| --- a/chrome/browser/dom_ui/dom_ui_thumbnail_source.cc
|
| +++ b/chrome/browser/dom_ui/dom_ui_thumbnail_source.cc
|
| @@ -15,10 +15,8 @@
|
| DOMUIThumbnailSource::DOMUIThumbnailSource(Profile* profile)
|
| : DataSource(chrome::kChromeUIThumbnailPath, MessageLoop::current()),
|
| profile_(profile) {
|
| - if (history::TopSites::IsEnabled()) {
|
| - // Set TopSites now as Profile isn't thread safe.
|
| - top_sites_ = profile_->GetTopSites();
|
| - }
|
| + // Set TopSites now as Profile isn't thread safe.
|
| + top_sites_ = profile_->GetTopSites();
|
| }
|
|
|
| DOMUIThumbnailSource::~DOMUIThumbnailSource() {
|
|
|