Fix crash in ContentVerifier::ShouldVerifyAnyPaths when deleagte_ is NULL
commit07a20e1eced09635f0ce0b80cbf927870700f177
authordpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Jun 2014 13:04:47 +0000 (26 13:04 +0000)
committerdpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Jun 2014 13:04:47 +0000 (26 13:04 +0000)
tree8242ef493d0d710f61e19390059521ccb5fedc8f
parenta20a31ccc9c1fff1700110ad03206c50a54fe686
Fix crash in ContentVerifier::ShouldVerifyAnyPaths when deleagte_ is NULL

My previous patch removed this check because I thought that all code paths have
such check but it is not the case so I returned this check.

BUG=388797
TBR= asargent@chromium.org
TEST=N/A

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279992 0039d316-1c4b-4281-b951-d872f2087c98
extensions/browser/content_verifier.cc