helium: fix history page name & refactor related patch

merged two similar patches into one

note: history string will be moved to chrome/browser/ui/webui/cr_components/history/history_util.cc after next major release
This commit is contained in:
wukko
2025-04-11 22:14:03 +06:00
parent 5c4e356ffc
commit 18d6fd5dd6
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
--- a/chrome/browser/ui/webui/history/history_ui.cc
+++ b/chrome/browser/ui/webui/history/history_ui.cc
@@ -114,7 +114,7 @@ content::WebUIDataSource* CreateAndAddHi
{"expandSessionButton", IDS_HISTORY_OTHER_SESSIONS_EXPAND_SESSION},
{"foundSearchResults", IDS_HISTORY_FOUND_SEARCH_RESULTS},
{"historyMenuButton", IDS_HISTORY_HISTORY_MENU_DESCRIPTION},
- {"historyMenuItem", IDS_HISTORY_HISTORY_MENU_ITEM},
+ {"historyMenuItem", IDS_HISTORY_TITLE},
{"itemsSelected", IDS_HISTORY_ITEMS_SELECTED},
{"itemsUnselected", IDS_HISTORY_ITEMS_UNSELECTED},
{"loading", IDS_HISTORY_LOADING},
--- a/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc
@@ -1711,7 +1711,7 @@ void AddPeopleStrings(content::WebUIData

View File

@@ -138,7 +138,7 @@ helium/disable-user-education-nags.patch
helium/settings/move-search-suggest.patch
helium/settings/move-macos-settings.patch
helium/settings/remove-autofill.patch
helium/settings/replace-profile-page-name.patch
helium/settings/fix-page-names.patch
helium/hop/setup.patch
helium/hop/disable-password-manager.patch