| Index: net/tools/quic/test_tools/quic_test_client.cc
|
| diff --git a/net/tools/quic/test_tools/quic_test_client.cc b/net/tools/quic/test_tools/quic_test_client.cc
|
| index c4f2706fcec27ad131b4cec2621a2cc5786a6f49..625cf1a9f221ae881f28de1d23634c5cd9c53cbe 100644
|
| --- a/net/tools/quic/test_tools/quic_test_client.cc
|
| +++ b/net/tools/quic/test_tools/quic_test_client.cc
|
| @@ -272,10 +272,6 @@ ssize_t QuicTestClient::SendData(string data, bool last_data) {
|
| return data.length();
|
| }
|
|
|
| -QuicPacketCreator::Options* QuicTestClient::options() {
|
| - return client_->options();
|
| -}
|
| -
|
| bool QuicTestClient::response_complete() const {
|
| return response_complete_;
|
| }
|
|
|