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

Unified Diff: chrome/browser/ui/cocoa/menu_button.h

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/menu_button.h
diff --git a/chrome/browser/ui/cocoa/menu_button.h b/chrome/browser/ui/cocoa/menu_button.h
index 0cc07c6fc1526e4a7de323bbe7e088e8a53a1322..78be3afe74ad5f1f9c77bfffb04d17f33106935a 100644
--- a/chrome/browser/ui/cocoa/menu_button.h
+++ b/chrome/browser/ui/cocoa/menu_button.h
@@ -17,11 +17,11 @@
// There are two different behaviors of this button depending on the value of
// the |openMenuOnClick| property. If YES, the target-action mechanism will be
// handled internally to always show the menu when clicked. This behavior is
-// used for the Wrench menu, for example. When the property is NO, the button
-// can have a separate target-action but will open the menu when clicked and
-// held. This is used for the toolbar back/forward buttons, which have a
-// primary action and the menu as a secondary click-hold action. The default
-// value is NO so that custom actions can be hooked up in Interface Builder.
+// used for the App menu, for example. When the property is NO, the button can
+// have a separate target-action but will open the menu when clicked and held.
+// This is used for the toolbar back/forward buttons, which have a primary
+// action and the menu as a secondary click-hold action. The default value is NO
+// so that custom actions can be hooked up in Interface Builder.
@interface MenuButton : ToolbarButton {
@private
base::scoped_nsobject<NSMenu> attachedMenu_;

Powered by Google App Engine
This is Rietveld 408576698