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

Unified Diff: net/quic/quic_stream_factory.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: removed const char* const as return value to fix ios_rel_device_ninja_ng compile error 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_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 1b9946ddcc80f54b03c05b579b80cdd1f591fdbd..4a6807531988c0bac767a33d9ae1da20232dedd0 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -19,6 +19,7 @@
#include "net/base/network_change_notifier.h"
#include "net/cert/cert_database.h"
#include "net/proxy/proxy_server.h"
+#include "net/quic/network_connection.h"
#include "net/quic/quic_config.h"
#include "net/quic/quic_crypto_stream.h"
#include "net/quic/quic_http_stream.h"
@@ -340,6 +341,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
bool check_persisted_supports_quic_;
std::set<HostPortPair> quic_supported_servers_at_startup_;
+ NetworkConnection network_connection_;
+
base::TaskRunner* task_runner_;
base::WeakPtrFactory<QuicStreamFactory> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698