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

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

Issue 10141005: switch ntp to jstemplate v2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rip out broken customlogo code Created 8 years, 8 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/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",
- l10n_util::GetStringUTF16(IDS_LEARN_MORE));
}
#endif
}

Powered by Google App Engine
This is Rietveld 408576698