diff options
Diffstat (limited to 'chrome/browser/ui/views/bookmark_bubble_view.h')
-rw-r--r-- | chrome/browser/ui/views/bookmark_bubble_view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/views/bookmark_bubble_view.h b/chrome/browser/ui/views/bookmark_bubble_view.h index 07c67a8..353fb7f 100644 --- a/chrome/browser/ui/views/bookmark_bubble_view.h +++ b/chrome/browser/ui/views/bookmark_bubble_view.h @@ -51,10 +51,6 @@ class BookmarkBubbleView : public views::View, void set_info_bubble(InfoBubble* info_bubble) { info_bubble_ = info_bubble; } - // Overridden to force a layout. - virtual void DidChangeBounds(const gfx::Rect& previous, - const gfx::Rect& current); - // Invoked after the bubble has been shown. virtual void BubbleShown(); |