diff options
Diffstat (limited to 'net/base/ssl_client_socket.h')
-rw-r--r-- | net/base/ssl_client_socket.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/base/ssl_client_socket.h b/net/base/ssl_client_socket.h index 53412a5..dca5ef3 100644 --- a/net/base/ssl_client_socket.h +++ b/net/base/ssl_client_socket.h @@ -22,11 +22,6 @@ class SSLClientSocket : public ClientSocket { public: // Gets the SSL connection information of the socket. virtual void GetSSLInfo(SSLInfo* ssl_info) = 0; - - // TODO(eroman): Temporary for 3772 bug investigation. - virtual bool IsSSL() const { - return true; - } }; } // namespace net |