Index: chrome/browser/net/connection_tester.cc |
=================================================================== |
--- chrome/browser/net/connection_tester.cc (revision 68857) |
+++ chrome/browser/net/connection_tester.cc (working copy) |
@@ -68,7 +68,8 @@ |
NULL /* dns_cert_checker */, |
NULL /* ssl_host_info_factory */, proxy_service_, |
ssl_config_service_, http_auth_handler_factory_, NULL, NULL), |
- net::HttpCache::DefaultBackend::InMemory(0)); |
+ net::HttpCache::DefaultBackend::InMemory(0), |
+ NULL); |
// In-memory cookie store. |
cookie_store_ = new net::CookieMonster(NULL, NULL); |