| 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 93bfbcd2868673e6ca65d8b2b41b9d69cabd8d2f..24992358ad9daaff3eb28fb46ac1550139ac2bf2 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -459,7 +459,8 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| l10n_util::GetStringUTF16(IDS_LEARN_MORE));
|
| load_time_data.SetString("webStoreLink",
|
| google_util::AppendGoogleLocaleParam(
|
| - GURL(extension_urls::GetWebstoreLaunchURL())).spec());
|
| + GURL(extension_urls::GetWebstoreLaunchURL()),
|
| + g_browser_process->GetApplicationLocale()).spec());
|
| load_time_data.SetString("appInstallHintText",
|
| l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_INSTALL_HINT_LABEL));
|
| load_time_data.SetBoolean("isDiscoveryInNTPEnabled",
|
|
|