summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/bookmark_bar_controller.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 05:03:47 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 05:03:47 +0000
commitef182dbe40064d00f2695ab1dd9c7509d253012d (patch)
treecf67ba427e3b546fae15d27dee21c167d2243439 /chrome/browser/cocoa/bookmark_bar_controller.h
parentdc484904b1424c2b59bfed60f30b678e1c4b5988 (diff)
downloadchromium_src-ef182dbe40064d00f2695ab1dd9c7509d253012d.zip
chromium_src-ef182dbe40064d00f2695ab1dd9c7509d253012d.tar.gz
chromium_src-ef182dbe40064d00f2695ab1dd9c7509d253012d.tar.bz2
Mac: Use native folder icons for the bookmark bar.
Based on http://codereview.chromium.org/342103 . I will land this to see the startup perf impact, then revert this after a short while, and then send it out for review. BUG=26457 TEST=Look at bookmark bar's "Other bookmarks". Should have blue folder. Review URL: http://codereview.chromium.org/384039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_bar_controller.h')
-rw-r--r--chrome/browser/cocoa/bookmark_bar_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.h b/chrome/browser/cocoa/bookmark_bar_controller.h
index 07d961a..0d34ce6 100644
--- a/chrome/browser/cocoa/bookmark_bar_controller.h
+++ b/chrome/browser/cocoa/bookmark_bar_controller.h
@@ -103,6 +103,10 @@ const CGFloat kNoBookmarksNTPVerticalOffset = 27.0;
// "Other bookmarks" button on the right side.
scoped_nsobject<NSButton> otherBookmarksButton_;
+
+ // Contains folder bookmark items that are created while the folder icon is
+ // still loading.
+ scoped_nsobject<NSMutableArray> itemsPendingBookmarkIcon_;
}
// Initializes the bookmark bar controller with the given browser