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

Unified Diff: chrome/browser/cocoa/extensions/browser_actions_container_view.h

Issue 606079: [Mac] Adds grippys to the left side of the Browser Actions container to resiz... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/extensions/browser_actions_container_view.h
===================================================================
--- chrome/browser/cocoa/extensions/browser_actions_container_view.h (revision 39220)
+++ chrome/browser/cocoa/extensions/browser_actions_container_view.h (working copy)
@@ -4,11 +4,16 @@
#import <Cocoa/Cocoa.h>
+@class BrowserActionButton;
+
@interface BrowserActionsContainerView : NSView {
// Whether there is a border to the right of the last Browser Action.
BOOL rightBorderShown_;
}
+// Returns the (visible) button at the given index in the view's hierarchy.
+- (BrowserActionButton*)buttonAtIndex:(NSUInteger)index;
+
@property(nonatomic) BOOL rightBorderShown;
@end
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698