| 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 9144e0b261b079fc5bd9da582f98bb18001dcf5e..184242aec0799dea6944873dfb0a0d3ff9c3bd8b 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.h
|
| @@ -55,6 +55,9 @@ class BookmarkNode;
|
| image:(NSImage*)image
|
| menuController:(BookmarkContextMenuCocoaController*)menuController;
|
|
|
| +// Create an |OffTheSideButtonCell| (aka the overflow chevron.)
|
| ++ (id)offTheSideButtonCell;
|
| +
|
| // Initialize a button cell which draws with a theme.
|
| // Designated initializer.
|
| - (id)initForNode:(const bookmarks::BookmarkNode*)node
|
|
|