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

Unified Diff: net/quic/quic_server.h

Issue 968513002: Land Recent QUIC Changes until 2/21/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed const from members of TransmissionInfo struct. Created 5 years, 10 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 | « net/quic/quic_sent_packet_manager.cc ('k') | net/quic/quic_unacked_packet_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_server.h
diff --git a/net/quic/quic_server.h b/net/quic/quic_server.h
index d53963e08306a746a3da51568feb2c6930dd32a8..82d6d4efbd012f9f8264f53b2cc7ae3722cd1b16 100644
--- a/net/quic/quic_server.h
+++ b/net/quic/quic_server.h
@@ -59,6 +59,8 @@ class QuicServer {
crypto_config_.SetProofSource(source);
}
+ QuicDispatcher* dispatcher() { return dispatcher_.get(); }
+
private:
friend class net::test::QuicServerPeer;
« no previous file with comments | « net/quic/quic_sent_packet_manager.cc ('k') | net/quic/quic_unacked_packet_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698