| Index: chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
 | 
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
 | 
| index 65f2951b5912cc314650bb84f0756c3aafd1b21e..81002ede82c1df02188fd126994787b8fce589d1 100644
 | 
| --- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
 | 
| +++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
 | 
| @@ -104,6 +104,9 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
 | 
|  // process of fading in.
 | 
|  - (BOOL)chevronIsHidden;
 | 
|  
 | 
| +// Activates the browser action for the extension that has the given id.
 | 
| +- (void)activateBrowserAction:(const std::string&)extension_id;
 | 
| +
 | 
|  @end  // @interface BrowserActionsController
 | 
|  
 | 
|  @interface BrowserActionsController(TestingAPI)
 | 
| 
 |