| 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 9e99c87781635d957945eadde6433552a86e1a0b..3096a017901cb8faeeffe2db7a463f63386045bc 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| @@ -60,6 +60,9 @@ class PageActionDecoration : public ImageDecoration,
|
| virtual NSString* GetToolTip() OVERRIDE;
|
| virtual NSMenu* GetMenu() OVERRIDE;
|
|
|
| + // Activate the page action in its default frame.
|
| + void ActivatePageAction();
|
| +
|
| private:
|
| // Activate the page action in the given |frame|.
|
| bool ActivatePageAction(NSRect frame);
|
|
|