| Index: chrome/browser/ui/cocoa/location_bar/plus_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm b/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm
|
| index 7cf6ebcbe6c809f682b69a174840fc98ea8a1d3a..a3eb89278871fcebef2afd15c62a3d29c74ddc73 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/plus_decoration.mm
|
| @@ -47,7 +47,7 @@ bool PlusDecoration::AcceptsMousePress() {
|
| bool PlusDecoration::OnMousePressed(NSRect frame) {
|
| ExtensionService* extension_service = extensions::ExtensionSystem::Get(
|
| browser_->profile())->extension_service();
|
| - ActionBoxMenuModel menu_model(browser_, extension_service);
|
| + ActionBoxMenuModel menu_model(browser_, extension_service, command_updater_);
|
|
|
| // Controller for the menu attached to the plus decoration.
|
| scoped_nsobject<MenuController> menu_controller(
|
|
|