Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6028)

Unified Diff: chrome/browser/views/toolbar_view.cc

Issue 259004: First cut at badge implementation. Right now it just uses static (Closed)
Patch Set: cleanup Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698