| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index 27fc10a680361e27e9a035182cf15ad921bea879..c586faa6b433deda09eb66cb67194b0bba6edb9d 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -68,6 +68,8 @@ class LocationBarViewMac : public LocationBar,
|
| virtual void UpdateManagePasswordsIconAndBubble() OVERRIDE;
|
| virtual void UpdatePageActions() OVERRIDE;
|
| virtual void InvalidatePageActions() OVERRIDE;
|
| + virtual bool ShowPageActionPopup(const extensions::Extension* extension,
|
| + bool grant_active_tab) OVERRIDE;
|
| virtual void UpdateOpenPDFInReaderPrompt() OVERRIDE;
|
| virtual void UpdateGeneratedCreditCardView() OVERRIDE;
|
| virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE;
|
| @@ -178,9 +180,6 @@ class LocationBarViewMac : public LocationBar,
|
|
|
| Browser* browser() const { return browser_; }
|
|
|
| - // Activates the page action for the extension that has the given id.
|
| - void ActivatePageAction(const std::string& extension_id);
|
| -
|
| protected:
|
| // OmniboxEditController:
|
| virtual void HideURL() OVERRIDE;
|
|
|