Remove default button highlighting from extension info dialog
This dialog does not have a single call-to-action button. Additionally, the existing highlight implementation is a side-effect of using DialogClientView, which is not well suited to this container. This CL changes NativeDialogContainer to use a regular ClientView, removing the default highlighting from the dialog, and refactors the two containers to use a common base class. BUG=445695 Review URL: https://codereview.chromium.org/933163002 Cr-Commit-Position: refs/heads/master@{#318206}
Showing
Please register or sign in to comment