| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| index 19618b3648494fa645436311bd74c47af32ac364..c665f9277aa56ef4d4836a3acb5575ddf8b69d04 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -374,10 +374,6 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| l10n_util::GetStringUTF16(IDS_LEARN_MORE));
|
| load_time_data.SetString("webStoreLink",
|
| GetUrlWithLang(GURL(extension_urls::GetWebstoreLaunchURL())));
|
| - load_time_data.SetBoolean("isWebStoreExperimentEnabled",
|
| - NewTabUI::ShouldShowWebStoreFooterLink());
|
| - load_time_data.SetBoolean("appInstallHintEnabled",
|
| - NewTabUI::ShouldShowAppInstallHint());
|
| load_time_data.SetString("appInstallHintText",
|
| l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_INSTALL_HINT_LABEL));
|
| load_time_data.SetBoolean("isSuggestionsPageEnabled",
|
|
|