Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
index 1796f136838c4dbb608bfd6f36b322c986ffd5a8..0d5003976e1b3b0d8eca7f9af9299ba54e3312d9 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -321,6 +321,11 @@ class BookmarkBarView : public DetachableToolbarView, |
// and icon. |
void ConfigureButton(const BookmarkNode* node, views::LabelButton* button); |
+ // Creates and adds a button for the next node of the bookmark bar node. The |
+ // next node corresponds to the node at index GetBookmarkButtonCount(). This |
+ // does not layout/paint. It's assumed the call site does that. |
msw
2014/10/27 20:40:24
nit: I think you can remove "This does not layout/
sky
2014/10/27 21:48:18
I nuked this function entirely.
|
+ void LoadNextBookmarkButton(); |
+ |
// Implementation for BookmarkNodeAddedImpl. Returns true if LayoutAndPaint() |
// is required. |
bool BookmarkNodeAddedImpl(BookmarkModel* model, |