Speculative fix for crash during browser startup with opaque frame.
Unconditionally requesting the browser's toolbar view causes a null deref. Try to guard by checking if the toolbar is visible first. This should fix the crash unless at this point the toolbar feature is turned on but the toolbar view itself has not been created. Hopefully that's not the case. BUG=581673 TEST=none TBR=sky Review URL: https://codereview.chromium.org/1649493003 Cr-Commit-Position: refs/heads/master@{#371970}
Showing
Please register or sign in to comment