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

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

Issue 324393002: Extension Toolbar redesign, part 1 (overflow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Linux width issue Created 6 years, 6 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/ui/views/toolbar/toolbar_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
index d610cea3a4d7d7ea8912595ab25af20e4280672b..82555fd7d1fa7e832f69b96a2a05ecd955fa7cd9 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -225,7 +225,10 @@ void ToolbarView::Init() {
home_->set_id(VIEW_ID_HOME_BUTTON);
home_->Init();
- browser_actions_ = new BrowserActionsContainer(browser_, this);
+ browser_actions_ = new BrowserActionsContainer(
+ browser_,
+ this, // Owner.
+ NULL); // No master container for this one (it is master).
app_menu_ = new WrenchToolbarButton(this);
app_menu_->SetBorder(views::Border::NullBorder());

Powered by Google App Engine
This is Rietveld 408576698