Remove WebDialogView::ShouldShowCloseButton() override for login screen
login_screen_extension_ui::WebDialogView::ShouldShowCloseButton() calls WebDialogDelegate::CanCloseDialog(), which is being removed in cl 2278793. This CL removes the ShouldShowCloseButton() override and makes necessary changes to the login_screen_extension_ui::DialogDelegate so that the default ShouldShowCloseButton() will work as expected. Bug: 970196 Change-Id: I6cfeb25f3fb264cbe325d83acaafe9a69e7e366d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319491Reviewed-by:Scott Violet <sky@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#792507}
Showing
Please register or sign in to comment