[ios] Removed CertVerifierBlockAdapter.
cert_verify_proc_ios.cc uses SecTrustRef to get the reason of cert
verification failure, so there is no reason to use CertVerifier for
web view cert verification.
Removing CertVerifier usage should have positive impact on battery
life (because second versification will not be performed) and simplify
the code (especially threading part).
BUG=603634
TEST=interstitials show correct reason of failure
Review-Url: https://codereview.chromium.org/2225483002
Cr-Commit-Position: refs/heads/master@{#412096}
15 files changed