Chromium Code Reviews| Index: net/socket/ssl_client_socket_nss.h |
| =================================================================== |
| --- net/socket/ssl_client_socket_nss.h (revision 112347) |
| +++ net/socket/ssl_client_socket_nss.h (working copy) |
| @@ -68,6 +68,7 @@ |
| unsigned char *out, |
| unsigned int outlen) OVERRIDE; |
| virtual NextProtoStatus GetNextProto(std::string* proto) OVERRIDE; |
| + virtual bool WasOriginBoundCertNegotiated() OVERRIDE; |
| // StreamSocket methods: |
| virtual int Connect(OldCompletionCallback* callback) OVERRIDE; |