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

Unified Diff: chrome/browser/jumplist_win.cc

Issue 1130753007: Start axing NTP4 dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estade/jshin review Created 5 years, 7 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/jumplist_win.cc
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index 22a73e61f4f8b40c59006335369f5fbbd332b406..f1e8a879b115547292fa55884733de91cb83c669 100644
--- a/chrome/browser/jumplist_win.cc
+++ b/chrome/browser/jumplist_win.cc
@@ -169,7 +169,7 @@ bool UpdateJumpList(const wchar_t* app_id,
// Update the "Recently Closed" category of the JumpList.
if (!jumplist_updater.AddCustomCategory(
- l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED),
+ l10n_util::GetStringUTF16(IDS_RECENTLY_CLOSED),
recently_closed_pages, recently_closed_items)) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698