| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| index 4598c967ac0c93092ed87c8a1d898fed853bd4a9..b86492f79da7f30b1b6dd650a603f6e73c7dfe09 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| @@ -1148,6 +1148,14 @@ using content::WebContents;
|
| }
|
| break;
|
| }
|
| + case IDC_SHOW_SIGNIN: {
|
| + Profile* original_profile =
|
| + browser_->profile()->GetOriginalProfile();
|
| + [AppController updateSigninItem:item
|
| + shouldShow:enable
|
| + currentProfile:original_profile];
|
| + break;
|
| + }
|
| case IDC_BOOKMARK_PAGE: {
|
| // Extensions have the ability to hide the bookmark page menu item.
|
| // This only affects the bookmark page menu item under the main menu.
|
|
|