summaryrefslogtreecommitdiffstats
path: root/net/base/client_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/client_socket.h')
-rw-r--r--net/base/client_socket.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/base/client_socket.h b/net/base/client_socket.h
index f2f39cd..97495dd 100644
--- a/net/base/client_socket.h
+++ b/net/base/client_socket.h
@@ -43,11 +43,6 @@ class ClientSocket : public Socket {
// connection wasn't established or the connection is dead.
virtual bool IsConnected() const = 0;
- // TODO(eroman): Temporary for 3772 bug investigation.
- virtual bool IsSSL() const {
- return false;
- }
-
#if defined(OS_LINUX)
// Identical to posix system call getpeername().
// Needed by ssl_client_socket_nss.