| Index: net/socket/ssl_client_socket.h
|
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
|
| index ff0e3034ec8c6a6ae46c3dd1a0ff724d7045b01e..d72dee50166d231c300e6ebc2b9227e67e19bb81 100644
|
| --- a/net/socket/ssl_client_socket.h
|
| +++ b/net/socket/ssl_client_socket.h
|
| @@ -222,6 +222,7 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
|
| const = 0;
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(SSLClientSocket, SerializeNextProtos);
|
| // For signed_cert_timestamps_received_ and stapled_ocsp_response_received_.
|
| FRIEND_TEST_ALL_PREFIXES(SSLClientSocketTest,
|
| ConnectSignedCertTimestampsEnabledTLSExtension);
|
|
|