Fix a crash on closing tab while the plugin settings bubble is visible
Add a null check instead of DCHECK() for web contents since it can be NULL and cause a crash on debug builds, if the tab is closed while the plugin settings bubble is visible and the setting was changed to Allow plugins. BUG=440410 Review URL: https://codereview.chromium.org/791633003 Cr-Commit-Position: refs/heads/master@{#308299}
Showing
Please register or sign in to comment