Remove OnThemeChanged and associated ViewMsg_ThemeChanged
ViewMsg_ThemeChanged was never sent, and even if it was, the only code path that did anything was #if USE_AURA // nothing #elif OS_WIN // do stuff ... so it was never going to run. Noticed while trying to clean up NativeThemeWin usage from Blink, which also makes little-to-no sense and causes the linked bug. R=jam@chromium.org BUG=258201 Review-Url: https://codereview.chromium.org/2287813002 Cr-Commit-Position: refs/heads/master@{#415371}
Showing
Please register or sign in to comment