| Index: chrome/browser/ui/views/browser_actions_container.cc
|
| diff --git a/chrome/browser/ui/views/browser_actions_container.cc b/chrome/browser/ui/views/browser_actions_container.cc
|
| index 61024de1345ccce3e24ad6c6f57825146a1bf251..f99babfe067bdc145979975ca4a47eb60d90aab9 100644
|
| --- a/chrome/browser/ui/views/browser_actions_container.cc
|
| +++ b/chrome/browser/ui/views/browser_actions_container.cc
|
| @@ -251,9 +251,7 @@ void BrowserActionButton::OnMouseExited(const views::MouseEvent& e) {
|
|
|
| void BrowserActionButton::ShowContextMenu(const gfx::Point& p,
|
| bool is_mouse_gesture) {
|
| - // There is nothing in context menu that has sense to show for
|
| - // component extensions so just ignore the request.
|
| - if (extension()->location() == Extension::COMPONENT)
|
| + if (!extension()->ShowConfigureContextMenus())
|
| return;
|
|
|
| showing_context_menu_ = true;
|
|
|