| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 035f70c85c71fa7b86d214ad0526fdeac4ed3e46..4111b1a31f0da93294fe130fa6313e6b1fd20632 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -170,6 +170,8 @@ class QuicClient : public EpollCallbackInterface,
|
| response_listener_.reset(listener);
|
| }
|
|
|
| + QuicConfig* config() { return &config_; }
|
| +
|
| protected:
|
| virtual QuicConnectionId GenerateConnectionId();
|
| virtual QuicEpollConnectionHelper* CreateQuicConnectionHelper();
|
| @@ -181,7 +183,6 @@ class QuicClient : public EpollCallbackInterface,
|
| IPAddressNumber* client_ip);
|
|
|
| EpollServer* epoll_server() { return epoll_server_; }
|
| - QuicConfig* config() { return &config_; }
|
|
|
| private:
|
| friend class net::tools::test::QuicClientPeer;
|
|
|