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

Unified Diff: ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc

Issue 2084723003: [iOS] Fix initialisation of net::URLRequestContext. (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
« no previous file with comments | « no previous file | ios/chrome/browser/ios_chrome_io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc
diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc
index fe297287af8d3336f4dec859590f93f6f6453364..364f76d52e04ad1f8ca4b4457cd6ff96aa45a7f6 100644
--- a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc
+++ b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc
@@ -374,6 +374,10 @@ void ChromeBrowserStateIOData::Init(
main_request_context_->set_cert_verifier(
io_thread_globals->cert_verifier.get());
+ main_request_context_->set_ct_policy_enforcer(
+ io_thread_globals->ct_policy_enforcer.get());
+ main_request_context_->set_cert_transparency_verifier(
+ io_thread_globals->cert_transparency_verifier.get());
InitializeInternal(std::move(network_delegate), profile_params_.get(),
protocol_handlers);
« no previous file with comments | « no previous file | ios/chrome/browser/ios_chrome_io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698