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 b067893472a2fd8aa73e75fac39a2992c44fb74f..d3ad58f51114125daf8ed556ab59a1a5131f8675 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -316,6 +316,8 @@ void NTPResourceCache::CreateNewTabHTML() { |
l10n_util::GetStringUTF16(IDS_SHORT_PRODUCT_NAME))); |
localized_strings.SetString("appoptions", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_OPTIONS)); |
+ localized_strings.SetString("appdisablenotifications", |
+ l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS)); |
localized_strings.SetString("appcreateshortcut", |
l10n_util::GetStringUTF16(IDS_NEW_TAB_APP_CREATE_SHORTCUT)); |
localized_strings.SetString("appDefaultPageName", |