| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| index 79da45c94c70279ad2b95db6eaf54ca472682a3f..5a33d521ad62c781d8a63bf9faaec2ae218bb1c4 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| @@ -79,6 +79,9 @@ class PageActionImageView : public views::ImageView,
|
| void ExecuteAction(int button);
|
|
|
| private:
|
| + // Shows the popup, with the given URL.
|
| + void ShowPopupWithURL(const GURL& popup_url);
|
| +
|
| // Hides the active popup, if there is one.
|
| void HidePopup();
|
|
|
|
|