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

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

Issue 2872133005: IOThread: Move more stuff into system context's URLRequestContextStore. (Closed)
Patch Set: Merge Created 3 years, 7 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: 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 d75015105e3d77c124255ff03f16aa3c7ef4e614..516ac3b335ba56648152f39c8d69855da510314b 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
@@ -208,7 +208,7 @@ void OffTheRecordProfileIOData::InitializeInternal(
main_context->set_cert_transparency_verifier(
io_thread_globals->cert_transparency_verifier.get());
main_context->set_ct_policy_enforcer(
- io_thread_globals->ct_policy_enforcer.get());
+ io_thread_globals->system_request_context->ct_policy_enforcer());
main_context->set_net_log(io_thread->net_log());

Powered by Google App Engine
This is Rietveld 408576698