| 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 ce37845f40e1b95312eb9c517284cac7a1528a53..83bc54f751ede485836baf91985b488a88c732cd 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
|
| @@ -113,7 +113,8 @@ void ProfileSigninConfirmationDialogViews::ShowDialog(
|
|
|
| void ProfileSigninConfirmationDialogViews::Show(bool prompt_for_new_profile) {
|
| prompt_for_new_profile_ = prompt_for_new_profile;
|
| - CreateDialogWidget(this, NULL, browser_->window()->GetNativeWindow())->Show();
|
| + CreateBrowserModalDialogViews(
|
| + this, browser_->window()->GetNativeWindow())->Show();
|
| }
|
|
|
| string16 ProfileSigninConfirmationDialogViews::GetWindowTitle() const {
|
|
|