| 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..11c985a6940641d85584b38b72302eca6fcfd6b1 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
|
| @@ -88,7 +88,7 @@ void CardUnmaskPromptViewBridge::Show() {
|
| base::scoped_nsobject<CustomConstrainedWindowSheet> sheet(
|
| [[CustomConstrainedWindowSheet alloc] initWithCustomWindow:window]);
|
| constrained_window_.reset(
|
| - new ConstrainedWindowMac(this, web_contents_, sheet));
|
| + CreateAndShowWebModalDialogMac(this, web_contents_, sheet));
|
| }
|
|
|
| void CardUnmaskPromptViewBridge::ControllerGone() {
|
|
|