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

Unified Diff: net/quic/quic_server.h

Issue 965943002: Fixing a bug in the QUIC prober where if we received a GOAWAY before (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Remove_dead_method_QuicUnackedPacketMap_RestoreInFlight_86690324
Patch Set: 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
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;

Powered by Google App Engine
This is Rietveld 408576698