diff options
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 29c8861..e57f5d9 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -612,7 +612,6 @@ void IOThread::InitSystemRequestContextOnIOThread() { globals_->system_server_bound_cert_service.get(); system_params.transport_security_state = globals_->transport_security_state.get(); - system_params.ssl_host_info_factory = NULL; system_params.proxy_service = globals_->system_proxy_service.get(); system_params.ssl_config_service = globals_->ssl_config_service.get(); system_params.http_auth_handler_factory = |