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 5e0ec9e064cce56e5ae5c93ae32b3e59f5fd0f97..165028cec3334012bd6b718314bfefd29d805676 100644 |
--- a/chrome/browser/ui/webui/history_ui.cc |
+++ b/chrome/browser/ui/webui/history_ui.cc |
@@ -79,6 +79,8 @@ content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) { |
IDS_HISTORY_OTHER_SESSIONS_EXPAND_SESSION); |
source->AddLocalizedString("restoreSessionMenuItemText", |
IDS_HISTORY_OTHER_SESSIONS_OPEN_ALL); |
Dan Beam
2016/07/30 00:54:08
shouldn't this be done only on !android?
pavely
2016/08/01 19:25:13
Done.
|
+ source->AddLocalizedString("deleteSessionMenuItemText", |
+ IDS_HISTORY_OTHER_SESSIONS_HIDE_FOR_NOW); |
Dan Beam
2016/07/30 00:54:08
indent off
pavely
2016/08/01 19:25:13
Done.
|
source->AddLocalizedString("xMore", IDS_HISTORY_OTHER_DEVICES_X_MORE); |
source->AddLocalizedString("loading", IDS_HISTORY_LOADING); |
source->AddLocalizedString("title", IDS_HISTORY_TITLE); |