Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: net/tools/quic/quic_client.h

Issue 366863002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698