cbuiv: migrate a few more Accept/Cancel overrides
This change: 1) Migrates ExtensionInstallDialogView to OnDialog* methods and removes the handled_result_ instance var, which is redundant with the presence of the callback 2) Migrates ExtensionUninstallDialogDelegateView to lambdas 3) Migrates ImportLockDialogView to lambdas with a close callback 4) Migrates PaymentRequestDialogView to OnDialog* methods 5) Migrates PlatformKeysCertificateSelector to a lambda 6) Migrates WebAppUninstallDialogDelegateView to OnDialog* methods 7) Migrates AppModalDialogViewViews to lambdas with a close callback For each dialog I attempted a manual inspection to figure out whether a close callback is needed or not. Bug: 1011446 Change-Id: I038371177d932546afe556f9f0665f841bb95e7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135711Reviewed-by:Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#757957}
Showing
Please register or sign in to comment