| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index b2adbb3277de4fc5e02516ad72fcea464943ac90..7502ec62f21a8db909b8ca6dbc78fe174e720ee1 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -96,7 +96,7 @@ class LocationBarViewMac : public LocationBar,
|
| // false when the change in zoom for the active tab wasn't an explicit user
|
| // action (e.g. switching tabs, creating a new tab, creating a new browser).
|
| // Additionally, |can_show_bubble| will only be true when the bubble wouldn't
|
| - // be obscured by other UI (wrench menu) or redundant (+/- from wrench).
|
| + // be obscured by other UI (app menu) or redundant (+/- from app menu).
|
| void ZoomChangedForActiveTab(bool can_show_bubble);
|
|
|
| // Checks if the bookmark star should be enabled or not.
|
|
|