From e1b261ef2f9004e5a9e942908eee28cb6aada36f Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Tue, 31 May 2011 19:33:25 +0000 Subject: 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 --- net/socket/ssl_client_socket_pool.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/socket/ssl_client_socket_pool.cc') 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(); } -- cgit v1.1