Chromium Code Reviews| Index: google_apis/gcm/tools/mcs_probe.cc |
| diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc |
| index 8121f7c9af12459bc4a47d32532feee4e69a20e1..439de2bc488ad80b30f2675ccc464c3c386cad86 100644 |
| --- a/google_apis/gcm/tools/mcs_probe.cc |
| +++ b/google_apis/gcm/tools/mcs_probe.cc |
| @@ -376,14 +376,9 @@ void MCSProbe::InitializeNetworkState() { |
| transport_security_state_.reset(new net::TransportSecurityState()); |
| url_security_manager_.reset(net::URLSecurityManager::Create(NULL, NULL)); |
| - http_auth_handler_factory_.reset( |
| - net::HttpAuthHandlerRegistryFactory::Create( |
| - std::vector<std::string>(1, "basic"), |
| - url_security_manager_.get(), |
| - host_resolver_.get(), |
| - std::string(), |
| - false, |
| - false)); |
| + http_auth_handler_factory_.reset(net::HttpAuthHandlerRegistryFactory::Create( |
|
cbentzel
2015/06/11 20:51:43
Note to self: Should this actually be handling neg
|
| + std::vector<std::string>(1, "basic"), url_security_manager_.get(), |
| + host_resolver_.get(), std::string(), std::string(), false, false)); |
| http_server_properties_.reset(new net::HttpServerPropertiesImpl()); |
| host_mapping_rules_.reset(new net::HostMappingRules()); |
| proxy_service_.reset(net::ProxyService::CreateDirectWithNetLog(&net_log_)); |