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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/test/data/webui/history_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/md_history_ui.cc
diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc
index 72069450c39e013a20099ff3e7a69547705be373..96c3b8acc5b32003080b3415c3f495c7208880b2 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -80,7 +80,6 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile,
IDS_MD_HISTORY_HAS_SYNCED_RESULTS);
source->AddLocalizedString("hasSyncedResultsDescription",
IDS_MD_HISTORY_HAS_SYNCED_RESULTS_DESCRIPTION);
- source->AddLocalizedString("historyInterval", IDS_HISTORY_INTERVAL);
source->AddLocalizedString("historyMenuButton",
IDS_MD_HISTORY_HISTORY_MENU_DESCRIPTION);
source->AddLocalizedString("historyMenuItem",
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/test/data/webui/history_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698