Index: net/socket/client_socket_factory.h |
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h |
index a4e778c698054f7b088a2834ac8645ad464f0c65..65022f29234cc4ae23ab9891afda54a9818f4e1f 100644 |
--- a/net/socket/client_socket_factory.h |
+++ b/net/socket/client_socket_factory.h |
@@ -64,9 +64,6 @@ class NET_EXPORT ClientSocketFactory { |
// Returns the default ClientSocketFactory. |
static ClientSocketFactory* GetDefaultFactory(); |
- |
- // Instructs the default ClientSocketFactory to use the system SSL library. |
- static void UseSystemSSL(); |
}; |
} // namespace net |