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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 76443006: Certificate Transparency: Threading the CT verifier into the SSL client socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted changes to cert_status_flags, added error code Created 7 years, 1 month 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: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index c68b4b5ef852af8d3a0d53ce3ac30ba50b568da2..7bb27157d14da3bc1f3126d1b1e2eb1ed9c7751d 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -958,6 +958,7 @@ void ProfileIOData::PopulateNetworkSessionParams(
params->cert_verifier = context->cert_verifier();
params->server_bound_cert_service = context->server_bound_cert_service();
params->transport_security_state = context->transport_security_state();
+ params->cert_transparency_verifier = context->cert_transparency_verifier();
params->proxy_service = context->proxy_service();
params->ssl_session_cache_shard = GetSSLSessionCacheShard();
params->ssl_config_service = context->ssl_config_service();

Powered by Google App Engine
This is Rietveld 408576698