| Index: net/base/ssl_client_socket.h
|
| ===================================================================
|
| --- net/base/ssl_client_socket.h (revision 12708)
|
| +++ net/base/ssl_client_socket.h (working copy)
|
| @@ -15,8 +15,7 @@
|
| //
|
| // NOTE: The SSL handshake occurs within the Connect method after a TCP
|
| // connection is established. If a SSL error occurs during the handshake,
|
| -// Connect will fail. The consumer may choose to ignore certain SSL errors,
|
| -// such as a name mismatch, by calling ReconnectIgnoringLastError.
|
| +// Connect will fail.
|
| //
|
| class SSLClientSocket : public ClientSocket {
|
| public:
|
|
|