Silence unused variable warning on Windows
This commit is contained in:
parent
6bae1f4b44
commit
5b2a62627e
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
end = protocol_handlers_.end(); it != end; ++it) {
|
||||
bool set_protocol = job_factory->SetProtocolHandler(
|
||||
it->first, it->second.release());
|
||||
ALLOW_UNUSED(set_protocol);
|
||||
DCHECK(set_protocol);
|
||||
}
|
||||
protocol_handlers_.clear();
|
||||
|
|
Loading…
Reference in a new issue