[Autofill Auth UI](1) Add dialog backend logic
Integrated the WebAuthn offer dialog into the flow. 1) Added one function in CCFA to close the dialog via client. 2) Added new class WebauthnOfferDialogModel, which basically is the previous controller, and the new controller will handle only interaction calls from CCFA like ShowOfferDialog() and CloseDialog() and calls from view like OnOkButtonClicked(). 3) Renamed webauthn_offer_dialog and webauthn_offer_dialog_view 4) Had the dialog stay and show the progress indicator on top after ok button is clicked. 5) Added button callback logic in CCFA Bug: 991037 Change-Id: Id7d73edf3bbf80d2a1809f9faba450d58efcf2e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777104Reviewed-by:Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#694371}
Showing
Please register or sign in to comment