[iOS] Use non-modal contained presenter for HTTP auth dialogs
HTTP auth dialogs are now presented as child view controllers. This allows for usage NonModalViewControllerPresenter, which has the durations provided by UX. Also, since the view controllers can be presented immediately, this CL also prevents the flicker from occurring when exiting the tab switcher by avoiding the asynchronicity of view controller presentation. Bug: 979030, 999960, 999962 Change-Id: I8aec7617bd4900aa05859aea514f2429b95f7d37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788513 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#696966}
Showing
Please register or sign in to comment