Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index 48b21263113e59dbd0dbe4500ba472990f58d257..9fdfab10963edd462b79ee85d3ef7e4f03f1f9fa 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -301,7 +301,9 @@ void LocationBarView::Init(views::View* popup_parent_view) { |
} |
} |
if (ActionBoxButtonView::IsActionBoxEnabled() && browser_) { |
- action_box_button_view_ = new ActionBoxButtonView(browser_, profile_); |
+ action_box_button_view_ = new ActionBoxButtonView(browser_, |
+ profile_, |
+ command_updater_); |
AddChildView(action_box_button_view_); |
if (star_view_) |
star_view_->SetVisible(false); |