Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
| index e9ee7bfabdf04538a8b54ee01d522d3979da30a8..28c6558889040c0b15ed9974e8e416ff058401e9 100644 |
| --- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
| +++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
| @@ -186,8 +186,6 @@ void NewTabPageHandler::GetLocalizedValues(Profile* profile, |
| values->SetString("ntp4_intro_message", |
| l10n_util::GetStringUTF16(IDS_NTP4_INTRO_MESSAGE)); |
| values->SetString("ntp4_intro_url", kNtp4IntroURL); |
| - values->SetString("learn_more", |
|
Dan Beam
2012/04/25 23:13:12
as far as I can tell this only shows when there's
Evan Stade
2012/04/26 00:44:56
wrong, it's used in the login area as well
|
| - l10n_util::GetStringUTF16(IDS_LEARN_MORE)); |
| } |
| #endif |
| } |