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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_controller.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/extensions/browser_actions_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
index fea685ad672ce627e418ae861e06fc1168f3f7ca..9af7224987308e68d93712959f7b63d758f995b6 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
@@ -119,7 +119,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
// Returns the associated ToolbarActionsBar.
- (ToolbarActionsBar*)toolbarActionsBar;
-// Sets whether or not the overflow container is focused in the wrench menu.
+// Sets whether or not the overflow container is focused in the app menu.
- (void)setFocusedInOverflow:(BOOL)focused;
// Returns the size for the provided |maxWidth| of the overflow menu.

Powered by Google App Engine
This is Rietveld 408576698