Index: net/tools/quic/quic_client.h |
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h |
index de72e4c393408ee6b9960e5ba4671f4de69a0832..2ea06bfab88748c16a92cbe4cbe69ab51c5b956f 100644 |
--- a/net/tools/quic/quic_client.h |
+++ b/net/tools/quic/quic_client.h |
@@ -183,6 +183,7 @@ class QuicClient : public EpollCallbackInterface, |
IPAddressNumber* client_ip); |
EpollServer* epoll_server() { return epoll_server_; } |
+ QuicConfig* config() { return &config_; } |
private: |
friend class net::tools::test::QuicClientPeer; |