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 8c072bdd2aa909672f969cfdda83c249a03a9dbe..5d6d8a6e1a73e6d9835b9db8a74da3b8eccaa0ce 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h |
@@ -142,6 +142,9 @@ class BookmarkBarView : public DetachableToolbarView, |
// Returns the drop MenuItemView, or NULL if a menu isn't showing. |
views::MenuItemView* GetDropMenu(); |
+ // Returns the BookmarkBarInstructionView, or NULL if it isn't showing. |
+ views::View* GetBookmarkBarInstructionsView(); |
+ |
// If a button is currently throbbing, it is stopped. If immediate is true |
// the throb stops immediately, otherwise it stops after a couple more |
// throbs. |