| Index: chrome/browser/ui/browser_command_controller.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
|
| index f6ded3c18d5ba64ebd44fd51f636eb0ed02a0abc..04bc0e234f066a1cda06b46ffae8ad7a9405610a 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -996,6 +996,7 @@ void BrowserCommandController::UpdateSharedCommandsForIncognitoAvailability(
|
|
|
| command_updater->UpdateCommandEnabled(IDC_IMPORT_SETTINGS, command_enabled);
|
| command_updater->UpdateCommandEnabled(IDC_OPTIONS, command_enabled);
|
| + command_updater->UpdateCommandEnabled(IDC_SHOW_SIGNIN, command_enabled);
|
| }
|
|
|
| void BrowserCommandController::UpdateCommandsForIncognitoAvailability() {
|
|
|