| 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 35e2eb4f043a602929214814f7c52eb0c7335d84..f4d26ed993f5fe2c8b1a0edb1fef1b2bd8277e72 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -72,14 +72,9 @@ class BrowserViewLayout : public views::LayoutManager {
|
| // of the bottom of the control, for laying out the next control.
|
| virtual int LayoutToolbar(int top);
|
| virtual int LayoutBookmarkAndInfoBars(int top);
|
| - int LayoutBookmarkBarAtTop(int top);
|
| + int LayoutBookmarkBar(int top);
|
| int LayoutInfoBar(int top);
|
|
|
| - // If search mode is |MODE_NTP|, bookmark bar is detached and should be
|
| - // floating at bottom of content view in the y-direction, so lay it out as
|
| - // such.
|
| - void LayoutBookmarkBarAtBottom();
|
| -
|
| // Layout the WebContents container, between the coordinates |top| and
|
| // |bottom|.
|
| void LayoutTabContents(int top, int bottom);
|
|
|