Fix single tab mode damage being incorrect after uninstalling a theme.
When BrowserNonClientFrameView is destroyed and recreated, for example when the user installs or uninstalls a theme, the BrowserView is reused. But the Tabstrip was only being observed on BrowserView creation. This is probably a very old bug, but it's hard to observe the effects without single tab mode. In particular, I found that the profile switcher chip can get out of sync with the size of the tabstrip and overlap the new tab button, which is also fixed. Bug: 841643 Change-Id: Ia3c20a70f8082e1a8b90d34da35011313c344035 Reviewed-on: https://chromium-review.googlesource.com/1079958Reviewed-by:Scott Violet <sky@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#563080}
Showing
Please register or sign in to comment