| Index: chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| index c8a666bbdf7bbdb7f6b5dad963cf6fa233eb2850..76ce5cb435ef4288b1858ea65b127cf5ded3cd4b 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/card_unmask_prompt_view_bridge.mm
|
| @@ -87,8 +87,7 @@ void CardUnmaskPromptViewBridge::Show() {
|
| [window setContentView:[view_controller_ view]];
|
| base::scoped_nsobject<CustomConstrainedWindowSheet> sheet(
|
| [[CustomConstrainedWindowSheet alloc] initWithCustomWindow:window]);
|
| - constrained_window_.reset(
|
| - new ConstrainedWindowMac(this, web_contents_, sheet));
|
| + constrained_window_.reset(ShowWebModalDialogMac(this, web_contents_, sheet));
|
| }
|
|
|
| void CardUnmaskPromptViewBridge::ControllerGone() {
|
|
|