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

Unified Diff: net/http/http_network_session.h

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 272f96e7f48880eb0c1c93490c3de0534f47b76d..bc61ff1c75711e623bf3551bac38f880982b7403 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -42,7 +42,7 @@ class HttpResponseBodyDrainer;
class HttpServerProperties;
class NetLog;
class NetworkDelegate;
-class ServerBoundCertService;
+class ChannelIDService;
wtc 2014/07/01 19:50:52 List in alphabetical order.
Ryan Hamilton 2014/07/21 19:12:09 Done.
class ProxyService;
class QuicClock;
class QuicCryptoClientStreamFactory;
@@ -65,7 +65,7 @@ class NET_EXPORT HttpNetworkSession
ClientSocketFactory* client_socket_factory;
HostResolver* host_resolver;
CertVerifier* cert_verifier;
- ServerBoundCertService* server_bound_cert_service;
+ ChannelIDService* channel_id_service;
TransportSecurityState* transport_security_state;
CTVerifier* cert_transparency_verifier;
ProxyService* proxy_service;

Powered by Google App Engine
This is Rietveld 408576698