Don't specify URLRequestContext when starting logging
Related CL: https://codereview.chromium.org/2698143004
This commit is contained in:
parent
4412836e77
commit
0ad967c9a5
3 changed files with 10 additions and 25 deletions
|
@ -181,7 +181,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
|
||||
// --log-net-log
|
||||
if (net_log_) {
|
||||
net_log_->StartLogging(url_request_context_.get());
|
||||
net_log_->StartLogging();
|
||||
url_request_context_->set_net_log(net_log_);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue