diff options
Diffstat (limited to 'chrome/browser/views/info_bar_view.h')
-rw-r--r-- | chrome/browser/views/info_bar_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/info_bar_view.h b/chrome/browser/views/info_bar_view.h index 52a91c5..6091867 100644 --- a/chrome/browser/views/info_bar_view.h +++ b/chrome/browser/views/info_bar_view.h @@ -42,8 +42,6 @@ class InfoBarView : public ChromeViews::View, // PaintBackground, PaintBorder and PaintSeparators. virtual void Paint(ChromeCanvas* canvas); - virtual void DidChangeBounds(const CRect& previous, const CRect& current); - WebContents* web_contents() { return web_contents_; } protected: |