Silence unused variable warning on Windows

This commit is contained in:
Adam Roben 2014-07-07 13:55:10 -04:00
parent 6bae1f4b44
commit 5b2a62627e

View file

@ -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();