| Index: chrome/browser/cocoa/bookmark_button_cell.mm
|
| diff --git a/chrome/browser/cocoa/bookmark_button_cell.mm b/chrome/browser/cocoa/bookmark_button_cell.mm
|
| index 2a5a3eb07860dcc46f34e53ff0c6dffb82390c30..5d3302ed9ed5ec44540126b87aca63839228ebda 100644
|
| --- a/chrome/browser/cocoa/bookmark_button_cell.mm
|
| +++ b/chrome/browser/cocoa/bookmark_button_cell.mm
|
| @@ -21,7 +21,7 @@
|
| [self setLineBreakMode:NSLineBreakByTruncatingTail];
|
|
|
| // Theming doesn't work for bookmark buttons yet (text chucked).
|
| - [super setShouldTheme:NO];
|
| + //[super setShouldTheme:NO];
|
|
|
| }
|
| return self;
|
|
|