| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index 55e269c474dcf8a2576624e81192095580ea710d..6d3162be389eb89c31d724958b91c0ccd8c207f6 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -328,6 +328,7 @@ struct SSLSocketDataProvider {
|
| std::string next_proto;
|
| bool was_npn_negotiated;
|
| NextProto protocol_negotiated;
|
| + NextProtoVector next_protos_expected_in_ssl_config;
|
| bool client_cert_sent;
|
| SSLCertRequestInfo* cert_request_info;
|
| scoped_refptr<X509Certificate> cert;
|
|
|