Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index 64e3dc74e4e4ce2c50dc95896c2a2876b696f6d3..1caabcf00e6286de9fd841a3f003316069f431d1 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -99,6 +99,9 @@ class NET_EXPORT SSLClientSocket : public SSLSocket { |
virtual void WatchSessionForCompletion(const base::Closure& callback) = 0; |
// Sets the callback to be used if the socket's connection should fail. |
+ // |
+ // Note: This callback may still be executed even if this socket has |
+ // been disconnected or deleted. |
wtc
2014/07/14 22:39:18
Delete this comment.
mshelley
2014/07/17 16:28:03
Done.
|
virtual void SetSocketFailureCallback(const base::Closure& callback) = 0; |
// Marks this socket as the leading connection. |