| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| index caa6fdcdadf3695bcbbe1186ac12a1f007dd47dc..440cfee46e7e03c167ce65a79d17b8cd74fd9c6c 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| @@ -22,17 +22,6 @@ TabContentsContainer::~TabContentsContainer() {
|
| RemoveObservers();
|
| }
|
|
|
| -void TabContentsContainer::SetReservedContentsRect(
|
| - const gfx::Rect& reserved_rect) {
|
| - cached_reserved_rect_ = reserved_rect;
|
| -#if !defined(TOUCH_UI)
|
| - if (tab_contents_ && tab_contents_->GetRenderWidgetHostView()) {
|
| - tab_contents_->GetRenderWidgetHostView()->set_reserved_contents_rect(
|
| - reserved_rect);
|
| - }
|
| -#endif
|
| -}
|
| -
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // TabContentsContainer, NotificationObserver implementation:
|
|
|
|
|