| Index: chrome/browser/cocoa/bookmark_tree_controller.mm
|
| diff --git a/chrome/browser/cocoa/bookmark_tree_controller.mm b/chrome/browser/cocoa/bookmark_tree_controller.mm
|
| index 445779c7bbe1e96457bbbd43d5bdb39e2b5d31a3..f90194c21bdedf06222bb60ac2b81f4d7d4c2bd6 100644
|
| --- a/chrome/browser/cocoa/bookmark_tree_controller.mm
|
| +++ b/chrome/browser/cocoa/bookmark_tree_controller.mm
|
| @@ -448,13 +448,6 @@ static void addItem(NSMenu* menu, int command, SEL action) {
|
| item = (item ? item : group_);
|
| [cell setImage:[item icon]];
|
| }
|
| -
|
| - // Show special folders (Bookmarks Bar, Others, Recents, Search) in bold.
|
| - static NSFont* sBoldFont = [[NSFont boldSystemFontOfSize:
|
| - [NSFont smallSystemFontSize]] retain];
|
| - static NSFont* sPlainFont = [[NSFont systemFontOfSize:
|
| - [NSFont smallSystemFontSize]] retain];
|
| - [cell setFont:[item isFixed] ? sBoldFont : sPlainFont];
|
| }
|
|
|
| // Updates the tree after the data model has changed.
|
|
|