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

Unified Diff: net/quic/quic_stream_factory.h

Issue 2109303002: Add QuicStreamFactory as an observer of an SSLConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 4be260fcdde9eed1c3c6624513669875689844c4..77fb744d66c8b46d69118c805e36db933f5ffb9f 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -150,6 +150,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
QuicStreamFactory(
NetLog* net_log,
HostResolver* host_resolver,
+ SSLConfigService* ssl_config_service,
ClientSocketFactory* client_socket_factory,
HttpServerProperties* http_server_properties,
CertVerifier* cert_verifier,
@@ -584,6 +585,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
base::TaskRunner* task_runner_;
+ const scoped_refptr<SSLConfigService> ssl_config_service_;
+
base::WeakPtrFactory<QuicStreamFactory> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(QuicStreamFactory);

Powered by Google App Engine
This is Rietveld 408576698