diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 19:33:25 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 19:33:25 +0000 |
commit | e1b261ef2f9004e5a9e942908eee28cb6aada36f (patch) | |
tree | 40dc51356e3acb7a0de5c6ca2f32397958756b08 /net/socket/ssl_host_info.h | |
parent | 5ccc8bb9aeb04cca18e0274d55bae71045032df3 (diff) | |
download | chromium_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.h | 4 |
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 |