Chromium Code Reviews| Index: net/socket/socket_test_util.cc |
| diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc |
| index 895579b780c3de00391e7549b51aa32ec10b7620..72f322ee0a0ef0d8cb56a4023162c023fe7770dc 100644 |
| --- a/net/socket/socket_test_util.cc |
| +++ b/net/socket/socket_test_util.cc |
| @@ -777,6 +777,13 @@ MockClientSocket::GetNextProto(std::string* proto, std::string* server_protos) { |
| return SSLClientSocket::kNextProtoUnsupported; |
| } |
| +// Returns the certificate chain as presented by server. |
|
wtc
2014/03/10 21:45:34
Nit: omit this comment. We just need to document t
haavardm
2014/03/11 18:43:21
Done.
|
| +const scoped_refptr<X509Certificate> |
| +MockClientSocket::GetUnverifiedServerCertificate() const { |
| + NOTREACHED(); |
| + return NULL; |
| +} |
| + |
| MockClientSocket::~MockClientSocket() {} |
| void MockClientSocket::RunCallbackAsync(const CompletionCallback& callback, |