[cr147][Mac] Fixes help menu building override.
Chromium change: https://source.chromium.org/chromium/chromium/src/+/540948037d1135bbd1aae8e617f041598e73b8a0 commit 540948037d1135bbd1aae8e617f041598e73b8a0 Author: Sarah Krakowiak <skrakowi@chromium.org> Date: Fri Feb 27 08:46:52 2026 -0800 [Report-unsafe-site] Add "Report Unsafe Site" to the Help menu on macOS See menu item: https://screenshot.googleplex.com/BsyhZ47Jk5HB8i8 Bug: 483164383
This commit is contained in:
@@ -33,10 +33,10 @@ constexpr int kShowGoogleLensShortcut = IDC_SHOW_GOOGLE_LENS_SHORTCUT;
|
||||
|
||||
// Insert "Report Broken Site" in "Help" menu
|
||||
#undef IDS_HELP_MAC
|
||||
#define IDS_HELP_MAC \
|
||||
IDS_REPORT_BROKEN_SITE_MAC) \
|
||||
.command_id(IDC_SHOW_BRAVE_WEBCOMPAT_REPORTER), \
|
||||
Item(kHelpMacResourceId
|
||||
#define IDS_HELP_MAC \
|
||||
IDS_REPORT_BROKEN_SITE_MAC) \
|
||||
.command_id(IDC_SHOW_BRAVE_WEBCOMPAT_REPORTER)); \
|
||||
items.push_back(Item(kHelpMacResourceId
|
||||
|
||||
#undef IDS_PASTE_MAC
|
||||
#define IDS_PASTE_MAC IDS_COPY_CLEAN_LINK) \
|
||||
|
||||
Reference in New Issue
Block a user