| Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| index 0894c5ace79aad343c60c9e5c5856a645896d73f..e0e2ab63a136ff1a93d599411948f5b54fc69234 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| @@ -62,6 +62,9 @@ class PageActionDecoration : public ImageDecoration,
|
| virtual NSMenu* GetMenu() OVERRIDE;
|
|
|
| private:
|
| + // Show the popup in the frame, with the given URL.
|
| + void ShowPopup(const NSRect& frame, const GURL& popup_url);
|
| +
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|