Check blob_context is not NULL in ResourceDispatcherHostImpl.
commitfc668e2ac96160f88e72a1166f5dbd69ccd13c3a
authorhoro <horo@chromium.org>
Mon, 6 Oct 2014 05:05:46 +0000 (5 22:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 6 Oct 2014 05:06:03 +0000 (6 05:06 +0000)
treec88017af457270c015067a9fdf422bda9761efe3
parent692d2017915c4006f8380da44689217d962515c5
Check blob_context is not NULL in ResourceDispatcherHostImpl.

ResourceMessageFilters created in PluginProcessHost don't have the blob context.
So blob_context could be NULL.

BUG=419409

Review URL: https://codereview.chromium.org/621203002

Cr-Commit-Position: refs/heads/master@{#298195}
content/browser/loader/resource_dispatcher_host_impl.cc