| Index: chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h b/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
|
| index 14efe65ffdd04b57d613f3294c57035d97f26084..647d10c5b09b46ab75ae7de99e0a97a386d941fa 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h
|
| @@ -48,6 +48,9 @@ void ConfigureButtonForNode(const BookmarkNode* node, BookmarkModel* model,
|
| // Returns the tooltip.
|
| std::string BuildTooltipFor(const BookmarkNode* node);
|
|
|
| +// Returns the label that should be in pull down menus.
|
| +std::string BuildMenuLabelFor(const BookmarkNode* node);
|
| +
|
| // Returns the "bookmark-node" property of |widget| casted to the correct type.
|
| const BookmarkNode* BookmarkNodeForWidget(GtkWidget* widget);
|
|
|
|
|