| Index: chrome/browser/views/toolbar_view.cc
|
| diff --git a/chrome/browser/views/toolbar_view.cc b/chrome/browser/views/toolbar_view.cc
|
| index aeb13c33ac29b584d8446cd1af83e6b6dea23b2c..dbc6fda013779ab2a04a783569e9afa244d1d4e2 100644
|
| --- a/chrome/browser/views/toolbar_view.cc
|
| +++ b/chrome/browser/views/toolbar_view.cc
|
| @@ -539,7 +539,7 @@ void ToolbarView::Layout() {
|
| }
|
|
|
| browser_actions_->SetBounds(
|
| - next_menu_x, child_y, browser_actions_width, child_height);
|
| + next_menu_x, 0, browser_actions_width, height());
|
| next_menu_x += browser_actions_width;
|
|
|
| page_menu_->SetBounds(next_menu_x, child_y, page_menu_width, child_height);
|
|
|