| Index: chrome/browser/net/connection_tester.cc
|
| ===================================================================
|
| --- chrome/browser/net/connection_tester.cc (revision 62921)
|
| +++ chrome/browser/net/connection_tester.cc (working copy)
|
| @@ -65,8 +65,8 @@
|
| host_resolver_);
|
| http_transaction_factory_ = new net::HttpCache(
|
| net::HttpNetworkLayer::CreateFactory(host_resolver_, dnsrr_resolver_,
|
| - NULL /* ssl_host_info_factory */, proxy_service_,
|
| - ssl_config_service_, http_auth_handler_factory_, NULL, NULL),
|
| + 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);
|
|
|