diff options
Diffstat (limited to 'chrome/browser/views/bookmark_bubble_view.h')
-rw-r--r-- | chrome/browser/views/bookmark_bubble_view.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/views/bookmark_bubble_view.h b/chrome/browser/views/bookmark_bubble_view.h index c067f4a..2f0f7c1 100644 --- a/chrome/browser/views/bookmark_bubble_view.h +++ b/chrome/browser/views/bookmark_bubble_view.h @@ -40,6 +40,10 @@ class BookmarkBubbleView : public views::View, const GURL& url, bool newly_bookmarked); + static bool IsShowing(); + + static void Hide(); + virtual ~BookmarkBubbleView(); // Overriden to force a layout. @@ -121,6 +125,9 @@ class BookmarkBubbleView : public views::View, // Sets the title and parent of the node. void ApplyEdits(); + // The bookmark bubble, if we're showing one. + static BookmarkBubbleView* bubble_; + // Delegate for the bubble, may be null. InfoBubbleDelegate* delegate_; |