| Index: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| index eda8fa5fdb861faeef3b1a2ad136392eafa73af7..533964f7c6d554042644f53d596a724e4a99ec97 100644
|
| --- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| +++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
|
| @@ -59,8 +59,7 @@ void ProfileSigninConfirmationDialogViews::ShowDialog(
|
| // bubble.
|
| // TODO(guohui): removes the workaround once the profile confirmation dialog
|
| // is fixed.
|
| - if (switches::IsNewAvatarMenu() && ProfileChooserView::IsShowing())
|
| - ProfileChooserView::Hide();
|
| + ProfileChooserView::Hide();
|
|
|
| ProfileSigninConfirmationDialogViews* dialog =
|
| new ProfileSigninConfirmationDialogViews(
|
|
|