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

Unified Diff: net/quic/quic_stream_factory.h

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 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 dd0f5f9963326764dc0ae0c13b13f785691323d9..3df8da0b6ec244ffc788dd1cf48860e70288c9ee 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -27,6 +27,7 @@
namespace net {
class CertVerifier;
+class ChannelIDService;
class ClientSocketFactory;
class HostResolver;
class HttpServerProperties;
@@ -38,7 +39,6 @@ class QuicRandom;
class QuicServerInfoFactory;
class QuicServerId;
class QuicStreamFactory;
-class ServerBoundCertService;
namespace test {
class QuicStreamFactoryPeer;
@@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
ClientSocketFactory* client_socket_factory,
base::WeakPtr<HttpServerProperties> http_server_properties,
CertVerifier* cert_verifier,
- ServerBoundCertService* server_bound_cert_service,
+ ChannelIDService* channel_id_service,
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory,
QuicRandom* random_generator,
QuicClock* clock,

Powered by Google App Engine
This is Rietveld 408576698