Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index 8bf2da26ea3af68ec194a11c686b49b6de626ea7..89d77300db2fd78ffd098c92ba1519090810ec6e 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -237,6 +237,10 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
QuicConfig config_; |
+ // |quic_server_info_| is used to fetching crypto config information from disk |
wtc
2014/01/30 20:14:26
Nit: to fetching => to fetch
ramant (doing other things)
2014/02/02 19:35:10
Deleted this code.
|
+ // for a QUIC server (hostname of |host_port_proxy_pair|). |
+ scoped_ptr<QuicServerInfo> quic_server_info_; |
wtc
2014/01/30 20:14:26
It seems wrong for the QuicStreamFactory class to
ramant (doing other things)
2014/02/02 19:35:10
Thanks for catching this. Deleted this member from
|
+ |
JobMap active_jobs_; |
JobRequestsMap job_requests_map_; |
RequestMap active_requests_; |