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

Unified Diff: net/quic/quic_client_session.h

Issue 944883003: QUIC - Cache the connection type and connection description. Make the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move description caching into a distinct class 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_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index 05ed5e8b28d9e13239c075087d1ecb2ef0c7f72b..94976ebb1a711e4809ca7ddef30d5dcfb56c58d1 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -28,6 +28,7 @@ namespace net {
class CertVerifyResult;
class DatagramClientSocket;
+class NetworkConnection;
class QuicConnectionHelper;
class QuicCryptoClientStreamFactory;
class QuicServerId;
@@ -96,6 +97,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
TransportSecurityState* transport_security_state,
scoped_ptr<QuicServerInfo> server_info,
const QuicConfig& config,
+ NetworkConnection* network_connection,
base::TaskRunner* task_runner,
NetLog* net_log);
~QuicClientSession() override;

Powered by Google App Engine
This is Rietveld 408576698