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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_controller.h

Issue 2008763002: [Extensions UI] Remove all traces of the chevron (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 7 months 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 8f55b68015635aec86b63175988f3969e1f2068e..26802e1bc785ef8bce2ddd27bedc22ba87aee35c 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
@@ -49,22 +49,9 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
// The controlling ToolbarActionsBar.
std::unique_ptr<ToolbarActionsBar> toolbarActionsBar_;
- // True if we should supppress the chevron (we do this during drag
- // animations).
- BOOL suppressChevron_;
-
// True if this is the overflow container for toolbar actions.
BOOL isOverflow_;
- // The currently running chevron animation (fade in/out).
- base::scoped_nsobject<NSViewAnimation> chevronAnimation_;
-
- // The chevron button used when Browser Actions are hidden.
- base::scoped_nsobject<MenuButton> chevronMenuButton_;
-
- // The Browser Actions overflow menu.
- base::scoped_nsobject<NSMenu> overflowMenu_;
-
// The bubble that is actively showing, if any.
ToolbarActionsBarBubbleMac* activeBubble_;
@@ -105,11 +92,6 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
// |id|. If passed an id with no corresponding button, returns NSZeroPoint.
- (NSPoint)popupPointForId:(const std::string&)id;
-// Returns whether the chevron button is currently hidden or in the process of
-// being hidden (fading out). Will return NO if it is not hidden or is in the
-// process of fading in.
-- (BOOL)chevronIsHidden;
-
// Returns the currently-active web contents.
- (content::WebContents*)currentWebContents;
« no previous file with comments | « chrome/browser/themes/theme_properties.cc ('k') | chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698