[cleanup] Remove dead LayoutThemeDefault methods, and simplify switches.
LayoutThemeDefault::ActiveListBoxSelectionBackgroundColor were defined, but not actually used as LayoutTheme::ActiveListBoxSelectionBackgroundColor (and friends) weren't virtual. This patch removes these unused functions. Additional simplify some of the bool switches by: - Moving the default behaviour into LayoutTheme - Removing PopsMenuByAltDownUpOrF4Key which always returned true. There should be no behaviour change. Change-Id: I8b28f2b22dbf986d9d4ba3e02e8ae9c5b5c2a2cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369332Reviewed-by:Mason Freed <masonfreed@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#800630}
Showing
Please register or sign in to comment