| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index c54ae62a49e83be64ab5ef61cb48ba6abca47e90..70a21abfacccce4b7189a5e199a9b6263f902cb2 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -148,8 +148,7 @@ std::unique_ptr<base::DictionaryValue> GetTranslatedStrings(bool is_google) {
|
| // Returns a JS dictionary of configuration data for the local NTP.
|
| std::string GetConfigData(Profile* profile) {
|
| base::DictionaryValue config_data;
|
| - bool is_google = DefaultSearchProviderIsGoogle(profile) &&
|
| - search::ShouldShowGoogleLocalNTP();
|
| + bool is_google = DefaultSearchProviderIsGoogle(profile);
|
| config_data.Set("translatedStrings",
|
| GetTranslatedStrings(is_google).release());
|
| config_data.SetBoolean("isGooglePage", is_google);
|
|
|