diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 01:56:20 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 01:56:20 +0000 |
commit | 313df978024b5b70ba266e5667d1da00f64aadd4 (patch) | |
tree | 7a78934151bf29a928c159ca53cf2026b715cc63 /net | |
parent | c8631cb12c33321ddab54060ae79ab3457a95b81 (diff) | |
download | chromium_src-313df978024b5b70ba266e5667d1da00f64aadd4.zip chromium_src-313df978024b5b70ba266e5667d1da00f64aadd4.tar.gz chromium_src-313df978024b5b70ba266e5667d1da00f64aadd4.tar.bz2 |
Remove an obsolete TODO comment. HostResolver has changed
significantly.
R=eroman
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/147165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/cert_verifier.h | 5 |
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(); |