| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index df542c9327b8380524a695f0bf9c6e8f16499643..431c4913c48ec2d6c546b26377df057c1bfa0385 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -785,7 +785,6 @@ class MockSSLClientSocket : public MockClientSocket, public AsyncSocket {
|
| SSLSocketDataProvider* data_;
|
| bool is_npn_state_set_;
|
| bool new_npn_value_;
|
| - bool was_used_to_convey_data_;
|
| bool is_protocol_negotiated_set_;
|
| NextProto protocol_negotiated_;
|
| };
|
|
|