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_client_socket_pool.cc | |
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_client_socket_pool.cc')
-rw-r--r-- | net/socket/ssl_client_socket_pool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_client_socket_pool.cc b/net/socket/ssl_client_socket_pool.cc index dee34cd..ab6db9b 100644 --- a/net/socket/ssl_client_socket_pool.cc +++ b/net/socket/ssl_client_socket_pool.cc @@ -202,8 +202,8 @@ int SSLConnectJob::DoTransportConnect() { if (dnsrr_resolver_) ssl_host_info_->StartDnsLookup(dnsrr_resolver_); - // This starts fetching the SSL host info from the disk cache for Snap - // Start. + // This starts fetching the SSL host info from the disk cache for early + // certificate verification and the TLS cached information extension. ssl_host_info_->Start(); } |