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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/cocoa/extensions/browser_actions_container_view.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import <Cocoa/Cocoa.h> 5 #import <Cocoa/Cocoa.h>
6 6
7 @class BrowserActionButton;
8
7 @interface BrowserActionsContainerView : NSView { 9 @interface BrowserActionsContainerView : NSView {
8 // Whether there is a border to the right of the last Browser Action. 10 // Whether there is a border to the right of the last Browser Action.
9 BOOL rightBorderShown_; 11 BOOL rightBorderShown_;
10 } 12 }
11 13
14 // Returns the (visible) button at the given index in the view's hierarchy.
15 - (BrowserActionButton*)buttonAtIndex:(NSUInteger)index;
16
12 @property(nonatomic) BOOL rightBorderShown; 17 @property(nonatomic) BOOL rightBorderShown;
13 18
14 @end 19 @end
OLDNEW
« 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