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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: use date interval format 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
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 105541e8d25a05fd3308f0de31df6aa0d880fff5..0824b962d9b5dfc4081338a73bef93f37dc5a767 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -79,7 +79,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",

Powered by Google App Engine
This is Rietveld 408576698