Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h

Issue 10824307: Port Extension Commands to Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698