diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 18:11:12 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-06 18:11:12 +0000 |
commit | 4f40354683153162d6cb310aba339a7696f84e0f (patch) | |
tree | c89095d726ba576f0a29d1d72b2d08a341de151f /net/socket/socket_test_util.h | |
parent | 6909587866caaf1fc1ddb1ded8fcc69687ecefd1 (diff) | |
download | chromium_src-4f40354683153162d6cb310aba339a7696f84e0f.zip chromium_src-4f40354683153162d6cb310aba339a7696f84e0f.tar.gz chromium_src-4f40354683153162d6cb310aba339a7696f84e0f.tar.bz2 |
Implement TLS Channel ID support for SPDY CREDENTIAL frames
BUG=139700
Review URL: https://chromiumcodereview.appspot.com/10807088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r-- | net/socket/socket_test_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h index 6cbd4d5..e0ce38e 100644 --- a/net/socket/socket_test_util.h +++ b/net/socket/socket_test_util.h @@ -589,6 +589,9 @@ class MockClientSocketFactory : public ClientSocketFactory { class MockClientSocket : public SSLClientSocket { public: + // Value returned by GetTLSUniqueChannelBinding(). + static const char kTlsUnique[]; + // TODO(ajwong): Why do we need net::NetLog? explicit MockClientSocket(net::NetLog* net_log); |