| Index: chrome/browser/ui/views/frame/browser_view_layout.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| index 5ddc152ee7034e772ad9b1304988f1c18d9d1fef..93181983c68cade995f3ff72cd218915329a078e 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -74,15 +74,6 @@ class BrowserViewLayout : public views::LayoutManager {
|
| int LayoutBookmarkBar(int top);
|
| int LayoutInfoBar(int top);
|
|
|
| - // Updates |source|'s reserved contents rect by mapping BrowserView's
|
| - // |browser_reserved_rect| into |future_source_bounds| taking into
|
| - // account |source|'s |future_parent_offset| (offset is relative to
|
| - // browser_view_).
|
| - void UpdateReservedContentsRect(const gfx::Rect& browser_reserved_rect,
|
| - TabContentsContainer* source,
|
| - const gfx::Rect& future_source_bounds,
|
| - const gfx::Point& future_parent_offset);
|
| -
|
| // Layout the TabContents container, between the coordinates |top| and
|
| // |bottom|.
|
| void LayoutTabContents(int top, int bottom);
|
|
|