| Index: chrome/browser/ui/cocoa/profile_menu_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/profile_menu_controller.h b/chrome/browser/ui/cocoa/profile_menu_controller.h
|
| index 4dd83ec466e5d183859b44e7068ba4e04daf9253..e62cd10d10fd28c8651ee9a2fa2811f429517bcc 100644
|
| --- a/chrome/browser/ui/cocoa/profile_menu_controller.h
|
| +++ b/chrome/browser/ui/cocoa/profile_menu_controller.h
|
| @@ -39,6 +39,7 @@ class Observer;
|
|
|
| // Actions for the menu items.
|
| - (IBAction)switchToProfile:(id)sender;
|
| +- (IBAction)editCurrentProfile:(id)sender;
|
| - (IBAction)editProfile:(id)sender;
|
| - (IBAction)newProfile:(id)sender;
|
|
|
|
|