| 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 bda15ea65f94d1b4f57139040d728ebc49ba6a10..741ac56ae6394d377283b45263178c522f8bdabb 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
 | 
| @@ -162,6 +162,9 @@ 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);
 | 
| +
 | 
|   private:
 | 
|    friend ZoomDecorationTest;
 | 
|  
 | 
| 
 |