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..e86d0dee939e3114b559df966b897ff9e5cb0fea 100644 |
--- a/chrome/browser/ui/cocoa/menu_button.h |
+++ b/chrome/browser/ui/cocoa/menu_button.h |
@@ -17,7 +17,7 @@ |
// 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 |
+// used for the App menu, for example. When the property is NO, the button |
Peter Kasting
2015/12/09 21:31:17
Nit: Rewrap
tfarina
2015/12/10 13:36:59
Done.
|
// 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 |