| Index: chrome/browser/search/instant_service.cc
|
| diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc
|
| index 1089c788d13798a0c82642b02a8ad7186269f76f..ef1594dd7f8848482d4457a861cbf1953f42a3cf 100644
|
| --- a/chrome/browser/search/instant_service.cc
|
| +++ b/chrome/browser/search/instant_service.cc
|
| @@ -21,7 +21,6 @@
|
| #include "chrome/browser/search/most_visited_iframe_source.h"
|
| #include "chrome/browser/search/search.h"
|
| #include "chrome/browser/search/suggestions/suggestions_service_factory.h"
|
| -#include "chrome/browser/search/suggestions/suggestions_source.h"
|
| #include "chrome/browser/search/thumbnail_source.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/search_engines/ui_thread_search_terms_data.h"
|
| @@ -174,8 +173,6 @@ InstantService::InstantService(Profile* profile)
|
| content::URLDataSource::Add(
|
| profile_, new LargeIconSource(fallback_icon_service, large_icon_service));
|
| content::URLDataSource::Add(profile_, new MostVisitedIframeSource());
|
| - content::URLDataSource::Add(
|
| - profile_, new suggestions::SuggestionsSource(profile_));
|
|
|
| if (IsLocalNTPSuggestionServiceEnabled()) {
|
| suggestions_service_ =
|
|
|