Commit f7ce0635 authored by mad@chromium.org's avatar mad@chromium.org

Remove unused extra padding in bookmark bar.

BUG=252044

Review URL: https://chromiumcodereview.appspot.com/17356009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208069 0039d316-1c4b-4281-b951-d872f2087c98
parent 5d592f0f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment