| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| index fce68efb473bc933200b612633d4059d52c16d93..7aacde3c955c5ec5cfa95db7607e441c752dd887 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| @@ -1747,8 +1747,6 @@ gfx::Size BookmarkBarView::LayoutItems(bool compute_bounds_only) {
|
| bookmarks_separator_pref.width();
|
| if (other_bookmarked_button_->visible())
|
| max_x -= other_bookmarked_pref.width() + kButtonPadding;
|
| - if (apps_page_shortcut_->visible())
|
| - max_x -= apps_page_shortcut_pref.width() + kButtonPadding;
|
|
|
| // Next, layout out the buttons. Any buttons that are placed beyond the
|
| // visible region and made invisible.
|
|
|