[Autofill Auth UI]M79-BugFix: verify pending dialog crashes when card
verification completes. Reason is when verification completes, the VerifyPendingDialogViewImpl::Hide is called which will reset the controller and close the dialog. So VerifyPendingDialogViewImpl::Close will be invoked then VerifyPendingDialogViewImpl::Cancel. In this case, the controller is already reset when cancel is called, which will crash. Bug: 991037 Change-Id: I55e832ae51f4c265c9f166d274b178712cdfffec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900191Reviewed-by:Jared Saul <jsaul@google.com> Reviewed-by:
Manas Verma <manasverma@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#713101}
Showing
Please register or sign in to comment