| Index: chrome/service/net/service_url_request_context.cc
|
| diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
|
| index 7f589e06b877020aa55a25888972f238d1c1a381..46d3b7c35774a83f66f92c1360f96e0fdd13204f 100644
|
| --- a/chrome/service/net/service_url_request_context.cc
|
| +++ b/chrome/service/net/service_url_request_context.cc
|
| @@ -135,6 +135,7 @@ ServiceURLRequestContext::ServiceURLRequestContext(
|
| 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);
|
|
|