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

Unified Diff: net/quic/quic_stream_factory.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index c9e287b3870a54522f3bdda1735d32b7e6e7006d..db3e7acbf2dec67e0c57314fb6b439acb8f7e961 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -154,6 +154,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// clear the data in the map.
CryptoConfigMap all_crypto_configs_;
+ QuicConfig config_;
+
JobMap active_jobs_;
JobRequestsMap job_requests_map_;
RequestMap active_requests_;

Powered by Google App Engine
This is Rietveld 408576698