Fix crash in ChromeExtensionMessageFilter::OnPostMessage
Speculative fix: ChromeExtensionMessageFilter can outlive its Profile, so check |profile_| for NULL in OnPostMessage as is done in other message handlers. BUG=419047 TEST=none Review URL: https://codereview.chromium.org/617053002 Cr-Commit-Position: refs/heads/master@{#297531}
Showing
Please register or sign in to comment