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 51853ae383fb0ec2e2ea470f917a68c2e226f048..d55efe0b8370859e592468817341fac5f83b9881 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -280,6 +280,8 @@ void NTPResourceCache::CreateNewTabHTML() { |
localized_strings.SetString("mostvisited", most_visited); |
localized_strings.SetString("restorethumbnails", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK)); |
+ localized_strings.SetString("restoreThumbnailsShort", |
+ l10n_util::GetStringUTF16(IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK)); |
localized_strings.SetString("recentlyclosed", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED)); |
localized_strings.SetString("closedwindowsingle", |