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

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

Issue 353024: Mac: Enable OK Button when editing a bookmark text to be blank... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller.mm ('k') | chrome/browser/cocoa/bookmark_button_cell.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_button_cell.h
===================================================================
--- chrome/browser/cocoa/bookmark_button_cell.h (revision 31008)
+++ chrome/browser/cocoa/bookmark_button_cell.h (working copy)
@@ -13,6 +13,11 @@
@interface BookmarkButtonCell : GradientButtonCell<NSMenuDelegate> {
}
+// |-setBookmarkCellText:image:| is used to set the text and image
+// of a BookmarkButtonCell, and align the image to the left (NSImageLeft)
+// if there is text in the title, and centered (NSImageCenter) if there is
mrossetti 2009/11/05 03:26:14 What does that last part of the comment, "...if th
+- (void)setBookmarkCellText:(NSString*)title
+ image:(NSImage*)image;
@end
#endif // CHROME_BROWSER_COCOA_BOOKMARK_BUTTON_CELL_H_
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller.mm ('k') | chrome/browser/cocoa/bookmark_button_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698