summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_host_info.h
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 19:33:25 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 19:33:25 +0000
commite1b261ef2f9004e5a9e942908eee28cb6aada36f (patch)
tree40dc51356e3acb7a0de5c6ca2f32397958756b08 /net/socket/ssl_host_info.h
parent5ccc8bb9aeb04cca18e0274d55bae71045032df3 (diff)
downloadchromium_src-e1b261ef2f9004e5a9e942908eee28cb6aada36f.zip
chromium_src-e1b261ef2f9004e5a9e942908eee28cb6aada36f.tar.gz
chromium_src-e1b261ef2f9004e5a9e942908eee28cb6aada36f.tar.bz2
Fix nits related to SSLHostInfo.
Use the DoFoo naming convention for state functions of the state machine. Fix comments. R=agl@chromium.org BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/7065045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_host_info.h')
-rw-r--r--net/socket/ssl_host_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_host_info.h b/net/socket/ssl_host_info.h
index b91eb56..1387071 100644
--- a/net/socket/ssl_host_info.h
+++ b/net/socket/ssl_host_info.h
@@ -79,8 +79,8 @@ class SSLHostInfo {
const State& state() const;
State* mutable_state();
- // If |cert_valid()| returns true, then this contains the result of verifying
- // the certificate.
+ // If WaitForCertVerification reports the certificate verification has
+ // completed, then this contains the result of verifying the certificate.
const CertVerifyResult& cert_verify_result() const;
// WaitForCertVerification returns ERR_IO_PENDING if the certificate chain in