diff options
Diffstat (limited to 'chrome/browser/ui/views/browser_bubble.h')
-rw-r--r-- | chrome/browser/ui/views/browser_bubble.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/views/browser_bubble.h b/chrome/browser/ui/views/browser_bubble.h index 64eb87e..c74d40b 100644 --- a/chrome/browser/ui/views/browser_bubble.h +++ b/chrome/browser/ui/views/browser_bubble.h @@ -73,7 +73,6 @@ class BrowserBubble { // Show or hide the bubble. virtual void Show(bool activate); virtual void Hide(); - bool visible() const { return visible_; } // The contained view. views::View* view() const { return view_; } @@ -127,9 +126,6 @@ class BrowserBubble { // The bounds relative to the frame. gfx::Rect bounds_; - // Current visibility. - bool visible_; - // The delegate isn't owned by the bubble. Delegate* delegate_; |