[Home] Fix status bar color on tab mode switch
The status bar's color would incorrectly switch when changing tab models in the tab switcher due to tab's onShow being called. The tab switcher logic was not handled correctly since the Chrome Home test existed in ChromeActivity instead of ChromeTabbedActivity; this change moves that logic. This change also adds a special case for the incognito NTP, since that page is completely dark, that status bar should be too. BUG=708680 Review-Url: https://codereview.chromium.org/2803673003 Cr-Commit-Position: refs/heads/master@{#462878}
Showing
Please register or sign in to comment