| Index: chrome/browser/search/search.cc
|
| diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
|
| index 2e62b2d6846a9dbe4e3aa79466004933061c0e19..b38c8b797d90317789152c3d792c5f5cefd1f50b 100644
|
| --- a/chrome/browser/search/search.cc
|
| +++ b/chrome/browser/search/search.cc
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search/instant_service.h"
|
| #include "chrome/browser/search/instant_service_factory.h"
|
| -#include "chrome/browser/search_engines/template_url_prepopulate_data.h"
|
| #include "chrome/browser/search_engines/template_url_service.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/ui/browser.h"
|
| @@ -348,14 +347,6 @@ GURL GetInstantURL(Profile* profile, int start_margin) {
|
| }
|
|
|
| GURL GetLocalInstantURL(Profile* profile) {
|
| - const TemplateURL* default_provider =
|
| - GetDefaultSearchProviderTemplateURL(profile);
|
| -
|
| - if (default_provider &&
|
| - (TemplateURLPrepopulateData::GetEngineType(default_provider->url()) ==
|
| - SEARCH_ENGINE_GOOGLE)) {
|
| - return GURL(chrome::kChromeSearchLocalGoogleNtpUrl);
|
| - }
|
| return GURL(chrome::kChromeSearchLocalNtpUrl);
|
| }
|
|
|
|
|