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

Unified Diff: chrome/browser/ui/webui/history_ui.cc

Issue 12218058: History: Use images instead of unicode characters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved version after talking to Pat. Created 7 years, 10 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/history_ui.cc
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
index 7b153cd2c6bcca855a3e8345751c93c2f6bbdf23..7d9b47559aa7a00e250c01f61b7e71e52aedc8af 100644
--- a/chrome/browser/ui/webui/history_ui.cc
+++ b/chrome/browser/ui/webui/history_ui.cc
@@ -143,6 +143,8 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource() {
source->AddLocalizedString("rangeweek", IDS_HISTORY_RANGE_WEEK);
source->AddLocalizedString("rangemonth", IDS_HISTORY_RANGE_MONTH);
source->AddLocalizedString("rangetoday", IDS_HISTORY_RANGE_TODAY);
+ source->AddLocalizedString("rangenext", IDS_HISTORY_RANGE_NEXT);
James Hawkins 2013/02/07 19:37:29 rangeNext, rangePrevious
Sergiu 2013/02/08 10:01:17 I'll refactor all of them in a CL soon, keeping th
+ source->AddLocalizedString("rangeprevious", IDS_HISTORY_RANGE_PREVIOUS);
source->AddLocalizedString("numbervisits", IDS_HISTORY_NUMBER_VISITS);
source->AddBoolean("groupByDomain",
CommandLine::ForCurrentProcess()->HasSwitch(
« chrome/browser/resources/history/history.html ('K') | « chrome/browser/resources/history/history.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698