| Index: remoting/protocol/connection_tester.cc
|
| diff --git a/remoting/protocol/connection_tester.cc b/remoting/protocol/connection_tester.cc
|
| index f597c1131938009158887809dedbb54c1564aaac..1e87b8f2191340555bd11c553660e147f525f59f 100644
|
| --- a/remoting/protocol/connection_tester.cc
|
| +++ b/remoting/protocol/connection_tester.cc
|
| @@ -22,7 +22,6 @@ StreamConnectionTester::StreamConnectionTester(net::StreamSocket* client_socket,
|
| host_socket_(host_socket),
|
| client_socket_(client_socket),
|
| message_size_(message_size),
|
| - message_count_(message_count),
|
| test_data_size_(message_size * message_count),
|
| done_(false),
|
| write_errors_(0),
|
|
|