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