Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (revision 97853) |
| +++ chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (working copy) |
| @@ -300,6 +300,8 @@ |
| l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED)); |
| localized_strings.SetString("closedwindowsingle", |
| l10n_util::GetStringUTF16(IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_SINGLE)); |
| + localized_strings.SetString("searchengines", |
| + l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SEARCH_ENGINES)); |
|
Sheridan Rawlins
2011/08/25 08:19:16
Does this change need to be made to NTP4 as well?
SteveT
2011/08/25 14:50:55
Is there a separate setup for NTP4? I didn't find
|
| localized_strings.SetString("foreignsessions", |
| l10n_util::GetStringUTF16(IDS_SYNC_DATATYPE_SESSIONS)); |
| localized_strings.SetString("closedwindowmultiple", |