| Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/page_action_decoration.h (revision 151684)
|
| +++ chrome/browser/ui/cocoa/location_bar/page_action_decoration.h (working copy)
|
| @@ -62,6 +62,9 @@
|
| virtual NSMenu* GetMenu() OVERRIDE;
|
|
|
| private:
|
| + // Activate the page action in the given |frame|.
|
| + bool ActivatePageAction(NSRect frame);
|
| +
|
| // Show the popup in the frame, with the given URL.
|
| void ShowPopup(const NSRect& frame, const GURL& popup_url);
|
|
|
|
|