Fixed app launcher crashing trying to load guest profile.
Previously, if the user has never used the app launcher, and it loads while in a guest mode browser window, the browser would crash. This was particularly bad because it could happen during startup on Windows, even without explicitly opening the launcher (due to app list warmup). Now if the last used profile is the guest profile, just uses the default. Added DCHECKs on app list profile loads to ensure they are not guest profiles. BUG=468812 Review URL: https://codereview.chromium.org/1106453002 Cr-Commit-Position: refs/heads/master@{#330712}
Showing
Please register or sign in to comment