Index: chrome/browser/net/connection_tester.cc |
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc |
index 865824073d3806fb931596f7edf3307d6ca72110..8dc097466f470e300f7b24cae58cb611eb23f71b 100644 |
--- a/chrome/browser/net/connection_tester.cc |
+++ b/chrome/browser/net/connection_tester.cc |
@@ -61,8 +61,8 @@ class ExperimentURLRequestContext : public URLRequestContext { |
host_resolver_); |
http_transaction_factory_ = new net::HttpCache( |
net::HttpNetworkLayer::CreateFactory(host_resolver_, dnsrr_resolver_, |
- proxy_service_, ssl_config_service_, http_auth_handler_factory_, |
- NULL, NULL), |
+ NULL /* ssl_host_info_factory */, proxy_service_, |
+ ssl_config_service_, http_auth_handler_factory_, NULL, NULL), |
net::HttpCache::DefaultBackend::InMemory(0)); |
// In-memory cookie store. |
cookie_store_ = new net::CookieMonster(NULL, NULL); |