mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user