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

Unified Diff: net/quic/quic_stream_factory.h

Issue 149413008: QUIC - Start the process for reading crypto config data from disk cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 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_;

Powered by Google App Engine
This is Rietveld 408576698