| Index: net/socket/socket_test_util.cc
|
| diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
|
| index 7d82384c8f23dd6ef8105ff81d4a389c1bcbf319..a4557a96f0355ac1663550d854210e17a251599f 100644
|
| --- a/net/socket/socket_test_util.cc
|
| +++ b/net/socket/socket_test_util.cc
|
| @@ -1660,14 +1660,6 @@ SSLClientSocket::NextProtoStatus MockSSLClientSocket::GetNextProto(
|
| return data_->next_proto_status;
|
| }
|
|
|
| -bool MockSSLClientSocket::WasChannelIDSent() const {
|
| - return data_->channel_id_sent;
|
| -}
|
| -
|
| -void MockSSLClientSocket::set_channel_id_sent(bool channel_id_sent) {
|
| - data_->channel_id_sent = channel_id_sent;
|
| -}
|
| -
|
| ChannelIDService* MockSSLClientSocket::GetChannelIDService() const {
|
| return data_->channel_id_service;
|
| }
|
|
|