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 38545c46c802581cb1742f78c9e67f3efe4adef7..dee96c22717d1af81e01631239c9f9ab0e240fde 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -324,8 +324,6 @@ void NTPResourceCache::CreateNewTabHTML() { |
l10n_util::GetStringUTF16(IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP)); |
localized_strings.SetString("pagedisplaytooltip", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP)); |
- localized_strings.SetString("closefirstrunnotification", |
- l10n_util::GetStringUTF16(IDS_NEW_TAB_CLOSE_FIRST_RUN_NOTIFICATION)); |
localized_strings.SetString("close", l10n_util::GetStringUTF16(IDS_CLOSE)); |
localized_strings.SetString("history", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_HISTORY)); |