Fix indentation
This commit is contained in:
parent
9737ba3e37
commit
dbe969b5c5
1 changed files with 7 additions and 7 deletions
|
@ -198,13 +198,13 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||||
schemes.push_back(std::string("negotiate"));
|
schemes.push_back(std::string("negotiate"));
|
||||||
|
|
||||||
auto auth_handler_factory =
|
auto auth_handler_factory =
|
||||||
net::HttpAuthHandlerRegistryFactory::Create(
|
net::HttpAuthHandlerRegistryFactory::Create(
|
||||||
schemes,
|
schemes,
|
||||||
url_sec_mgr,
|
url_sec_mgr,
|
||||||
host_resolver.get(),
|
host_resolver.get(),
|
||||||
std::string(), // gssapi_library_name
|
std::string(), // gssapi_library_name
|
||||||
false, // negotiate_disable_cname_lookup
|
false, // negotiate_disable_cname_lookup
|
||||||
true); // negotiate_enable_port
|
true); // negotiate_enable_port
|
||||||
|
|
||||||
storage_->set_cert_verifier(net::CertVerifier::CreateDefault());
|
storage_->set_cert_verifier(net::CertVerifier::CreateDefault());
|
||||||
storage_->set_transport_security_state(new net::TransportSecurityState);
|
storage_->set_transport_security_state(new net::TransportSecurityState);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue