Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5324)

Unified Diff: chrome/browser/cocoa/bookmark_bar_controller.h

Issue 339087: Mac: correct favicons in bookmarks bar (for pages w/o one and for subfolders). (Closed)
Patch Set: Updated per Nico's review and merged ToT. Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « no previous file | chrome/browser/cocoa/bookmark_bar_controller.mm » ('j') | chrome/browser/cocoa/bookmark_bar_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698