| 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()
 | 
| 
 |