| Index: chrome/browser/cocoa/bookmark_bar_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/bookmark_bar_controller.h (revision 28388)
|
| +++ chrome/browser/cocoa/bookmark_bar_controller.h (working copy)
|
| @@ -63,6 +63,9 @@
|
| // Our bookmark buttons, ordered from L-->R.
|
| scoped_nsobject<NSMutableArray> buttons_;
|
|
|
| + // The folder image so we can use one copy for all buttons
|
| + scoped_nsobject<NSImage> folderImage_;
|
| +
|
| // If the bar is disabled, we hide it and ignore show/hide commands.
|
| // Set when using fullscreen mode.
|
| BOOL barIsEnabled_;
|
|
|