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

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 2067843003: Require a CTVerifier and CTPolicyEnforcer for TLS/QUIC sockets (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/spdy/spdy_test_util_common.h
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
index a206cf2f13188a77b8374f28b452f1138e6fb6f5..b70816ec2d61852091599a79d4cff939175d8025 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -42,6 +42,8 @@ class GURL;
namespace net {
class BoundNetLog;
+class CTVerifier;
+class CTPolicyEnforcer;
class HostPortPair;
class SpdySession;
class SpdySessionKey;
@@ -190,6 +192,8 @@ struct SpdySessionDependencies {
std::unique_ptr<CertVerifier> cert_verifier;
std::unique_ptr<ChannelIDService> channel_id_service;
std::unique_ptr<TransportSecurityState> transport_security_state;
+ std::unique_ptr<CTVerifier> cert_transparency_verifier;
+ std::unique_ptr<CTPolicyEnforcer> ct_policy_enforcer;
std::unique_ptr<ProxyService> proxy_service;
scoped_refptr<SSLConfigService> ssl_config_service;
std::unique_ptr<MockClientSocketFactory> socket_factory;

Powered by Google App Engine
This is Rietveld 408576698