Index: chrome/browser/ui/webui/ntp/suggestions_combiner.cc |
diff --git a/chrome/browser/ui/webui/ntp/suggestions_combiner.cc b/chrome/browser/ui/webui/ntp/suggestions_combiner.cc |
index e8d5636a4526721584fbb9a5807fb6c97b7b77d7..925ce9ea1a219c37fd7a09125db614d59ada3829 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_combiner.cc |
+++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.cc |
@@ -16,7 +16,6 @@ |
#include "chrome/browser/ui/webui/ntp/suggestions_page_handler.h" |
#include "chrome/browser/ui/webui/ntp/suggestions_source.h" |
#include "chrome/browser/ui/webui/ntp/suggestions_source_discovery.h" |
-#include "chrome/browser/ui/webui/ntp/suggestions_source_top_sites.h" |
#include "content/public/browser/web_contents.h" |
namespace { |
@@ -80,8 +79,6 @@ void SuggestionsCombiner::SetSuggestionsCount(size_t suggestions_count) { |
SuggestionsCombiner* SuggestionsCombiner::Create( |
SuggestionsCombiner::Delegate* delegate, Profile* profile) { |
SuggestionsCombiner* combiner = new SuggestionsCombiner(delegate, profile); |
- combiner->AddSource(new SuggestionsSourceTopSites()); |
- |
extensions::SuggestedLinksRegistry* registry = |
extensions::SuggestedLinksRegistryFactory::GetForProfile(profile); |
scoped_ptr<std::vector<std::string> > list = registry->GetExtensionIds(); |