summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket.h
diff options
context:
space:
mode:
authorbnc <bnc@chromium.org>2014-12-12 08:26:07 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-12 16:26:40 +0000
commit90c006969d775809dc32415f3b47f41b0dcbfe65 (patch)
tree269ea6cf556ee2a5e19b54706562f08e5ba16fad /net/socket/ssl_client_socket.h
parent2c706e549bd27317f55569dfd202c3aedaf787f9 (diff)
downloadchromium_src-90c006969d775809dc32415f3b47f41b0dcbfe65.zip
chromium_src-90c006969d775809dc32415f3b47f41b0dcbfe65.tar.gz
chromium_src-90c006969d775809dc32415f3b47f41b0dcbfe65.tar.bz2
Add SSLClientSocket::SerializeNextProtos unittest.
BUG= Review URL: https://codereview.chromium.org/801803002 Cr-Commit-Position: refs/heads/master@{#308098}
Diffstat (limited to 'net/socket/ssl_client_socket.h')
-rw-r--r--net/socket/ssl_client_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
index ff0e303..d72dee5 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);