Chromium Code Reviews| Index: net/socket/ssl_client_socket_nss.cc |
| =================================================================== |
| --- net/socket/ssl_client_socket_nss.cc (revision 112347) |
| +++ net/socket/ssl_client_socket_nss.cc (working copy) |
| @@ -561,6 +561,10 @@ |
| return next_proto_status_; |
| } |
| +bool SSLClientSocketNSS::WasOriginBoundCertNegotiated() { |
| + return OriginBoundCertNegotiated(nss_fd_); |
|
wtc
2011/12/06 19:22:11
As I noted in ssl_client_socket.h, I believe this
Ryan Hamilton
2011/12/06 20:03:47
Done. (FWIW, this static method is called by the
wtc
2011/12/06 20:47:03
I see. PlatformClientAuthHandler is a static meth
|
| +} |
| + |
| int SSLClientSocketNSS::Connect(OldCompletionCallback* callback) { |
| EnterFunction(""); |
| DCHECK(transport_.get()); |