| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| index cce330289d745e497af93e0aed9719ac7ea74a2c..4ebee07a6cd743b45ccb3b2d6f1fab0822602fab 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| @@ -28,6 +28,9 @@ class BookmarkNode;
|
|
|
| // Arrow for folders
|
| scoped_nsobject<NSImage> arrowImage_;
|
| +
|
| + // Text color for title.
|
| + scoped_nsobject<NSColor> textColor_;
|
| }
|
|
|
| @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode;
|
|
|