Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 364943002: Makes waiting SSLConnectJobs use the message loops to resume their connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved documentation and made some methods private. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/ssl_client_socket_openssl.h
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
index f18eec5874eb50422b0dd28eec163db85e99eb68..f53f017e9ae280e6eb2b3437d1a170337b35d18f 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -222,6 +222,8 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
ServerBoundCertService* server_bound_cert_service_;
// Callback that is invoked when the connection encounters an error.
+ // This callback should be run regardless of whether or not this socket
+ // will still be valid at its runtime.
Ryan Sleevi 2014/07/11 01:25:59 drop this comment (225-226)
mshelley 2014/07/14 20:30:06 Done.
base::Closure error_callback_;
// True if there may be pending sockets waiting for this socket to connect.

Powered by Google App Engine
This is Rietveld 408576698