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 b18bf164902635747bebd44ac2b3618c2fff0b43..074e4cbbe7564ebe9f33ebfa97847d26f5626490 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -349,6 +349,10 @@ void NTPResourceCache::CreateNewTabHTML() { |
l10n_util::GetStringUTF16(IDS_NEW_TAB_OTHER_SESSIONS_LABEL)); |
localized_strings.SetString("otherSessionsEmpty", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_OTHER_SESSIONS_EMPTY)); |
+ localized_strings.SetString("otherSessionsSignInText", |
+ l10n_util::GetStringFUTF16( |
+ IDS_NEW_TAB_OTHER_SESSIONS_SIGN_IN_TEXT, |
+ l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME))); |
localized_strings.SetString("webStoreLink", |
GetUrlWithLang(GURL(extension_urls::GetWebstoreLaunchURL()))); |
localized_strings.SetBoolean("isWebStoreExperimentEnabled", |