summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
diff options
context:
space:
mode:
authorrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 18:32:19 +0000
committerrch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-31 18:32:19 +0000
commit81ec7c1ae4386bed9725468d63f18a0e7b6e1241 (patch)
treec1157660feeb2e21d12b3849dbdde8af97747d35 /net/socket/socket_test_util.h
parent96621a74188115fd95911f2ec2a941cd79e5d8da (diff)
downloadchromium_src-81ec7c1ae4386bed9725468d63f18a0e7b6e1241.zip
chromium_src-81ec7c1ae4386bed9725468d63f18a0e7b6e1241.tar.gz
chromium_src-81ec7c1ae4386bed9725468d63f18a0e7b6e1241.tar.bz2
Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version.
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10823084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r--net/socket/socket_test_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 7087640..6cbd4d5 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -619,6 +619,7 @@ class MockClientSocket : public SSLClientSocket {
const base::StringPiece& context,
unsigned char* out,
unsigned int outlen) OVERRIDE;
+ virtual int GetTLSUniqueChannelBinding(std::string* out) OVERRIDE;
virtual NextProtoStatus GetNextProto(std::string* proto,
std::string* server_protos) OVERRIDE;
virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;