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

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

Issue 2729603008: [Mac] Remove bookmark bar NIB (Closed)
Patch Set: CL comments Created 3 years, 9 months 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/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

Powered by Google App Engine
This is Rietveld 408576698