Index: chrome/browser/cocoa/bookmark_bar_controller.h |
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.h b/chrome/browser/cocoa/bookmark_bar_controller.h |
index dbf8e7c4ab4c97e5f91d1289f39f43c63890ba49..eed8c552f7e1cb3f07bd0ae8ec19ba2111c741bb 100644 |
--- a/chrome/browser/cocoa/bookmark_bar_controller.h |
+++ b/chrome/browser/cocoa/bookmark_bar_controller.h |
@@ -73,6 +73,9 @@ const CGFloat kNoBookmarksNTPVerticalOffset = 27.0; |
// The folder image so we can use one copy for all buttons |
scoped_nsobject<NSImage> folderImage_; |
+ // The default image, so we can use one copy for all buttons. |
+ scoped_nsobject<NSImage> defaultImage_; |
+ |
// If the bar is disabled, we hide it and ignore show/hide commands. |
// Set when using fullscreen mode. |
BOOL barIsEnabled_; |