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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.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/location_bar_view_mac.h
===================================================================
--- chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h (revision 151684)
+++ chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h (working copy)
@@ -126,6 +126,9 @@
void SetPreviewEnabledPageAction(ExtensionAction* page_action,
bool preview_enabled);
+ // Retrieve the frame for the given |page_action|.
+ NSRect GetPageActionFrame(ExtensionAction* page_action);
+
// Return |page_action|'s info-bubble point in window coordinates.
// This function should always be called with a visible page action.
// If |page_action| is not a page action or not visible, NOTREACHED()

Powered by Google App Engine
This is Rietveld 408576698