Index: chrome/service/net/service_url_request_context.cc |
=================================================================== |
--- chrome/service/net/service_url_request_context.cc (revision 70619) |
+++ chrome/service/net/service_url_request_context.cc (working copy) |
@@ -135,6 +135,7 @@ |
http_auth_handler_factory_, |
NULL /* network_delegate */, |
NULL /* net_log */), |
+ NULL /* net_log */, |
net::HttpCache::DefaultBackend::InMemory(0)); |
// In-memory cookie store. |
cookie_store_ = new net::CookieMonster(NULL, NULL); |