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

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

Issue 362873002: QUIC - added helper method config() to QuicClient. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698