We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d801e commit f36eaa8Copy full SHA for f36eaa8
src/policy_cert_verifier.cc
@@ -50,7 +50,6 @@ net::CertVerifier::Config ExtendTrustAnchors(
50
PolicyCertVerifier::PolicyCertVerifier(
51
const base::Closure& anchor_used_callback)
52
: anchor_used_callback_(anchor_used_callback) {
53
- LOG(WARNING) << "===> PolicyCertVerifier::PolicyCertVerifier";
54
//DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
55
}
56
@@ -70,7 +69,6 @@ void PolicyCertVerifier::InitializeOnIOThread(
70
69
71
void PolicyCertVerifier::SetTrustAnchors(
72
const net::CertificateList& trust_anchors) {
73
- LOG(WARNING) << "===> PolicyCertVerifier::SetTrustAnchors";
74
if (trust_anchors == trust_anchors_)
75
return;
76
trust_anchors_ = trust_anchors;
0 commit comments