| Index: chrome/browser/cocoa/wrench_menu_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/wrench_menu_controller.h (revision 55582)
|
| +++ chrome/browser/cocoa/wrench_menu_controller.h (working copy)
|
| @@ -41,6 +41,9 @@
|
| // NSCarbonMenuWindow; this screws up the typical |-commandDispatch:| system.
|
| - (IBAction)dispatchWrenchMenuCommand:(id)sender;
|
|
|
| +// Inserts the update available notification menu item.
|
| +- (void)insertUpdateAvailableItem;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_COCOA_WRENCH_MENU_CONTROLLER_H_
|
|
|