💄
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();
|
auto& command_line = *base::CommandLine::ForCurrentProcess();
|
||||||
url_request_context_.reset(new net::URLRequestContext);
|
url_request_context_.reset(new net::URLRequestContext);
|
||||||
|
|
||||||
#if defined(USE_NSS_CERTS)
|
#if defined(USE_NSS_CERTS)
|
||||||
net::SetURLRequestContextForNSSHttpIO(url_request_context_.get());
|
net::SetURLRequestContextForNSSHttpIO(url_request_context_.get());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --log-net-log
|
// --log-net-log
|
||||||
net_log_->StartLogging(url_request_context_.get());
|
net_log_->StartLogging(url_request_context_.get());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue