Chromium Code Reviews| Index: net/socket/socket_test_util.h |
| =================================================================== |
| --- net/socket/socket_test_util.h (revision 112347) |
| +++ net/socket/socket_test_util.h (working copy) |
| @@ -611,6 +611,7 @@ |
| unsigned char *out, |
| unsigned int outlen) OVERRIDE; |
| virtual NextProtoStatus GetNextProto(std::string* proto) OVERRIDE; |
| + virtual bool WasOriginBoundCertNegotiated() OVERRIDE; |
| protected: |
| virtual ~MockClientSocket(); |