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

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

Issue 2069183002: [Sync] Add option to remove device from "Other devices" on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix string order Created 4 years, 6 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 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);

Powered by Google App Engine
This is Rietveld 408576698