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

Unified Diff: chrome/browser/cocoa/bookmark_tree_controller.mm

Issue 556048: Mac bookmark mgr: Remove bold style for root folders. Thin window border. (Closed)
Patch Set: Created 10 years, 11 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/BookmarkManager.xib ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/app/nibs/BookmarkManager.xib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698