mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Fix coding style
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user