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

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

Issue 2863013: [Mac] UI changes for the Browser Actions toolbar container.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « chrome/app/nibs/Toolbar.xib ('k') | 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 50348)
+++ chrome/browser/cocoa/extensions/browser_actions_container_view.h (working copy)
@@ -37,9 +37,6 @@
// The maximum width of the container.
CGFloat maxWidth_;
- // Whether there is a border to the right of the last Browser Action.
- BOOL rightBorderShown_;
-
// Whether the container is currently being resized by the user.
BOOL userIsResizing_;
@@ -80,7 +77,6 @@
@property(nonatomic,getter=isResizable) BOOL resizable;
@property(nonatomic) CGFloat maxWidth;
@property(readonly, nonatomic) BOOL userIsResizing;
-@property(nonatomic) BOOL rightBorderShown;
@end
« no previous file with comments | « chrome/app/nibs/Toolbar.xib ('k') | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698