diff options
Diffstat (limited to 'chrome/browser/views/sad_tab_view.cc')
-rw-r--r-- | chrome/browser/views/sad_tab_view.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/views/sad_tab_view.cc b/chrome/browser/views/sad_tab_view.cc index dbcfbfe..7b34bcb 100644 --- a/chrome/browser/views/sad_tab_view.cc +++ b/chrome/browser/views/sad_tab_view.cc @@ -88,10 +88,6 @@ void SadTabView::Layout() { message_bounds_.SetRect(message_x, message_y, message_width, message_height); } -void SadTabView::DidChangeBounds(const CRect&, const CRect&) { - Layout(); -} - // static void SadTabView::InitClass() { static bool initialized = false; |