Chromium Code Reviews| 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..e52e11e307499b5be9097a30c9aa583d79d3943a 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. |
| + // |
| + // This callback should be run regardless of whether or not this socket |
|
Ryan Sleevi
2014/07/11 01:25:59
s/should be/will be/
Reworded though:
// NOTE: T
mshelley
2014/07/14 20:30:06
Done.
|
| + // will still be valid at its runtime. |
| virtual void SetSocketFailureCallback(const base::Closure& callback) = 0; |
| // Marks this socket as the leading connection. |