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

Unified Diff: chrome/browser/ui/cocoa/browser_window_command_handler.mm

Issue 1508853008: chrome: rename more wrench/Wrench occurrencies to appMenu/AppMenu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix updateAppButtonSeverity and rewrap + rebase Created 5 years 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/cocoa/browser_window_command_handler.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_command_handler.mm b/chrome/browser/ui/cocoa/browser_window_command_handler.mm
index f30b90d2d31ff9444ae7b475456f543c37482422..3bbdb3bda9c2a340d9a8c5d6c58c22a1790a7773 100644
--- a/chrome/browser/ui/cocoa/browser_window_command_handler.mm
+++ b/chrome/browser/ui/cocoa/browser_window_command_handler.mm
@@ -184,8 +184,8 @@ Browser* FindBrowserForSender(id sender, NSWindow* window) {
case IDC_BOOKMARK_PAGE: {
// Extensions have the ability to hide the bookmark page menu item.
// This only affects the bookmark page menu item under the main menu.
- // The bookmark page menu item under the wrench menu has its
- // visibility controlled by AppMenuModel.
+ // The bookmark page menu item under the app menu has its visibility
+ // controlled by AppMenuModel.
bool shouldHide =
chrome::ShouldRemoveBookmarkThisPageUI(browser->profile());
NSMenuItem* menuItem = base::mac::ObjCCast<NSMenuItem>(item);
@@ -195,7 +195,7 @@ Browser* FindBrowserForSender(id sender, NSWindow* window) {
case IDC_BOOKMARK_ALL_TABS: {
// Extensions have the ability to hide the bookmark all tabs menu
// item. This only affects the bookmark page menu item under the main
- // menu. The bookmark page menu item under the wrench menu has its
+ // menu. The bookmark page menu item under the app menu has its
// visibility controlled by AppMenuModel.
bool shouldHide =
chrome::ShouldRemoveBookmarkOpenPagesUI(browser->profile());

Powered by Google App Engine
This is Rietveld 408576698