summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r--net/socket/socket_test_util.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 22b0af2..df542c9 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -287,7 +287,7 @@ struct SSLSocketDataProvider {
bool client_cert_sent;
SSLCertRequestInfo* cert_request_info;
scoped_refptr<X509Certificate> cert;
- SSLClientCertType domain_bound_cert_type;
+ bool channel_id_sent;
ServerBoundCertService* server_bound_cert_service;
};
@@ -772,10 +772,8 @@ class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {
// This MockSocket does not implement the manual async IO feature.
virtual void OnReadComplete(const MockRead& data) OVERRIDE;
- virtual bool WasDomainBoundCertSent() const OVERRIDE;
- virtual SSLClientCertType domain_bound_cert_type() const OVERRIDE;
- virtual SSLClientCertType set_domain_bound_cert_type(
- SSLClientCertType type) OVERRIDE;
+ virtual bool WasChannelIDSent() const OVERRIDE;
+ virtual void set_channel_id_sent(bool channel_id_sent) OVERRIDE;
virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE;
private: