| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index 1d9961999444f0b399586a529b7d3f34099f4ff2..779ef8a9324ee8e91d57fe2bee878c366b6cdae2 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -346,6 +346,7 @@ struct SSLSocketDataProvider {
|
| ~SSLSocketDataProvider();
|
|
|
| void SetNextProto(NextProto proto);
|
| + void SetCertFromFile(const std::string& cert_filename);
|
|
|
| MockConnect connect;
|
| SSLClientSocket::NextProtoStatus next_proto_status;
|
|
|