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 44aa56184c14305a5d525433315207904bc93b37..57493164cfa8c7c35cd11d62378af0af39f88ff2 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -25,6 +25,7 @@ |
#include "views/controls/menu/view_menu_delegate.h" |
#include "views/drag_controller.h" |
+class BookmarkContextMenu; |
class Browser; |
class PageNavigator; |
class PrefService; |
@@ -374,6 +375,10 @@ class BookmarkBarView : public DetachableToolbarView, |
// contents of the node. |
BookmarkMenuController* bookmark_drop_menu_; |
+ // If non-NULL we're showing a context menu for one of the items on the |
+ // bookmark bar. |
+ scoped_ptr<BookmarkContextMenu> context_menu_; |
+ |
// Shows the other bookmark entries. |
views::MenuButton* other_bookmarked_button_; |