| Index: chrome/browser/ui/views/frame/browser_view_layout.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view_layout.cc b/chrome/browser/ui/views/frame/browser_view_layout.cc
|
| index f781e84368037b6f2a95bb376a281e686bdbfadd..0b8410c63e9cb9a6e37d17a3ed40c26ba32c900d 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.cc
|
| @@ -512,8 +512,7 @@ int BrowserViewLayout::GetContentsOffsetForBookmarkBar() {
|
| }
|
|
|
| // Offset for the detached bookmark bar.
|
| - return bookmark_bar_->height() -
|
| - views::NonClientFrameView::kClientEdgeThickness;
|
| + return bookmark_bar_->height();
|
| }
|
|
|
| int BrowserViewLayout::LayoutDownloadShelf(int bottom) {
|
|
|