diff options
Diffstat (limited to 'chrome/browser/views/location_bar_view.cc')
-rw-r--r-- | chrome/browser/views/location_bar_view.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc index b0b9069..03f8437 100644 --- a/chrome/browser/views/location_bar_view.cc +++ b/chrome/browser/views/location_bar_view.cc @@ -1351,8 +1351,11 @@ void LocationBarView::PageActionImageView::ExecuteAction(int button) { gfx::Rect rect = parent->bounds(); rect.set_x(origin.x()); rect.set_y(origin.y()); - popup_ = ExtensionPopup::Show(page_action_->popup_url(), browser, rect, - BubbleBorder::TOP_RIGHT); + popup_ = ExtensionPopup::Show(page_action_->popup_url(), + browser, + rect, + BubbleBorder::TOP_RIGHT, + true); // Activate the popup window. popup_->set_delegate(this); } else { ExtensionBrowserEventRouter::GetInstance()->PageActionExecuted( |