| Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| index f582ee6855b3dac7a969e5960ae6c6d9354c96bb..926cc28594eda65410f0c57209f8abad90d3da07 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| @@ -153,8 +153,3 @@ views::MenuButton* PageActionImageView::GetContextMenuButton() {
|
| content::WebContents* PageActionImageView::GetCurrentWebContents() const {
|
| return owner_->GetWebContents();
|
| }
|
| -
|
| -void PageActionImageView::HideActivePopup() {
|
| - // The only popup that will be active is this popup.
|
| - view_controller_->HidePopup();
|
| -}
|
|
|