diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 05:45:50 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 05:45:50 +0000 |
commit | 72126d044d0e08028ff7055d91d4b7eb5e6fae1a (patch) | |
tree | 86dd0cf6bbb948286502ca9925ceaf8cc8a0c79b /chrome/browser/cocoa/bookmark_button_cell.h | |
parent | ed448a7628414a78a8cff6069ecf87b76faa48f2 (diff) | |
download | chromium_src-72126d044d0e08028ff7055d91d4b7eb5e6fae1a.zip chromium_src-72126d044d0e08028ff7055d91d4b7eb5e6fae1a.tar.gz chromium_src-72126d044d0e08028ff7055d91d4b7eb5e6fae1a.tar.bz2 |
Revert 45151 - UI review followup for m5 bookmark bar deliverables
Remove border of the (empty) bookmark item.
Add arrow icons for folders in bookmark bar folder windows (but not on the bar)
Scroll wheel events now scroll the bookmark bar folder windows (mostly
works; has a little leakthru)
BUG=42026
TEST=see description
xib change: NSScrollView changes to a BookmarkBarFolderWindowScrollView
Review URL: http://codereview.chromium.org/1731001
TBR=jrg@chromium.org
Review URL: http://codereview.chromium.org/1727004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_button_cell.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_button_cell.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/cocoa/bookmark_button_cell.h b/chrome/browser/cocoa/bookmark_button_cell.h index 6213343..6684b8e 100644 --- a/chrome/browser/cocoa/bookmark_button_cell.h +++ b/chrome/browser/cocoa/bookmark_button_cell.h @@ -20,18 +20,10 @@ class BookmarkNode; // Starting index of bookmarkFolder children that we care to use. int startingChildIndex_; - - // Should we draw the folder arrow as needed? Not used for the bar - // itself but used on the folder windows. - BOOL drawFolderArrow_; - - // Arrow for folders - scoped_nsobject<NSImage> arrowImage_; } @property (readwrite, assign) const BookmarkNode* bookmarkNode; @property (readwrite, assign) int startingChildIndex; -@property (readwrite, assign) BOOL drawFolderArrow; // Create a button cell which draws with a theme. + (id)buttonCellForNode:(const BookmarkNode*)node |