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

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

Issue 2936643004: Make OffTheRecordProfileIOData use its own CTVerifier. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
index c428fa01289660c4f1e5d97a22e642ee91f54e8d..abab796da1f5888e3c375588254a1c37ef12a15e 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
@@ -205,8 +205,6 @@ void OffTheRecordProfileIOData::InitializeInternal(
ApplyProfileParamsToContext(main_context);
main_context->set_transport_security_state(transport_security_state());
- main_context->set_cert_transparency_verifier(
- io_thread_globals->system_request_context->cert_transparency_verifier());
main_context->set_ct_policy_enforcer(
io_thread_globals->system_request_context->ct_policy_enforcer());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698