Chromium Code Reviews| Index: net/socket/ssl_client_socket_win.cc |
| =================================================================== |
| --- net/socket/ssl_client_socket_win.cc (revision 112347) |
| +++ net/socket/ssl_client_socket_win.cc (working copy) |
| @@ -560,6 +560,11 @@ |
| return kNextProtoUnsupported; |
| } |
| +bool SSLClientSocketWin::WasOriginBoundCertNegotiated() { |
| + // TODO(rch): support Origin Bound Certificates. |
|
wtc
2011/12/06 19:22:11
Remove this TODO. SSLClientSocketWin uses the Win
Ryan Hamilton
2011/12/06 20:03:47
Done.
|
| + return false; |
| +} |
| + |
| int SSLClientSocketWin::Connect(OldCompletionCallback* callback) { |
| DCHECK(transport_.get()); |
| DCHECK(next_state_ == STATE_NONE); |