Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc

Issue 7837014: [Sync] Change strings to reflect sessions -> open tabs naming convention change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 15afaef8d31075c28eab728d7061e71d254f5b8e..b208949822eba18447c9be57a565bc1c2f77b252 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
@@ -304,7 +304,7 @@ void NTPResourceCache::CreateNewTabHTML() {
localized_strings.SetString("searchengines",
l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SEARCH_ENGINES));
localized_strings.SetString("foreignsessions",
- l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SESSIONS));
+ l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_TABS));
Nicolas Zea 2011/09/06 23:20:18 I don't think this does anything anymore with NTP4
localized_strings.SetString("closedwindowmultiple",
l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE));
localized_strings.SetString("attributionintro",

Powered by Google App Engine
This is Rietveld 408576698