💄
This commit is contained in:
parent
cab52fedc6
commit
abe749e6be
1 changed files with 3 additions and 3 deletions
|
@ -176,9 +176,9 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
auto& command_line = *base::CommandLine::ForCurrentProcess();
|
||||
url_request_context_.reset(new net::URLRequestContext);
|
||||
|
||||
#if defined(USE_NSS_CERTS)
|
||||
net::SetURLRequestContextForNSSHttpIO(url_request_context_.get());
|
||||
#endif
|
||||
#if defined(USE_NSS_CERTS)
|
||||
net::SetURLRequestContextForNSSHttpIO(url_request_context_.get());
|
||||
#endif
|
||||
|
||||
// --log-net-log
|
||||
net_log_->StartLogging(url_request_context_.get());
|
||||
|
|
Loading…
Reference in a new issue