| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| index 516a51dccef0c84aed2f8c8c52e8c028a5c32b23..2cc654292153d7ef3d0b9b712ed5a1d5f7156bfd 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -214,10 +214,12 @@ class BookmarkNode;
|
| BOOL dragPending_;
|
| BOOL acceptsTrackIn_;
|
| NSTrackingArea* area_;
|
| + NSColor* backgroundColor_;
|
| }
|
|
|
| @property(assign, nonatomic) NSObject<BookmarkButtonDelegate>* delegate;
|
| @property(assign, nonatomic) BOOL acceptsTrackIn;
|
| +@property(retain, nonatomic) NSColor* backgroundColor;
|
|
|
| // Return the bookmark node associated with this button, or NULL.
|
| - (const bookmarks::BookmarkNode*)bookmarkNode;
|
|
|