Fix coding style
This commit is contained in:
parent
8f2a2e19b5
commit
f65246b3cd
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
bool set_protocol = job_factory->SetProtocolHandler(
|
||||
it->first, it->second.release());
|
||||
DCHECK(set_protocol);
|
||||
(void)set_protocol; // silence unused-variable warning in Release builds on Windows
|
||||
(void)set_protocol; // silence unused-variable warning in Release builds on Windows
|
||||
}
|
||||
protocol_handlers_.clear();
|
||||
job_factory->SetProtocolHandler(
|
||||
|
|
Loading…
Reference in a new issue