summaryrefslogtreecommitdiffstats
path: root/net/base/cert_verifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/cert_verifier.h')
-rw-r--r--net/base/cert_verifier.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/base/cert_verifier.h b/net/base/cert_verifier.h
index 6a946d2..b685f2e 100644
--- a/net/base/cert_verifier.h
+++ b/net/base/cert_verifier.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2008-2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -21,9 +21,6 @@ class X509Certificate;
// certificates at the same time, you will need to allocate a CertVerifier
// object for each certificate.
//
-// TODO(wtc): This class is based on HostResolver. We should create a base
-// class for the common code between the two classes.
-//
class CertVerifier {
public:
CertVerifier();