| Index: content/shell/shell_url_request_context_getter.cc
|
| diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc
|
| index 01eafe6e06a5f2bda928ed7ff5ad5fd2d7c03121..a99c6e3968f854acd05a18e30f30e43a91cda260 100644
|
| --- a/content/shell/shell_url_request_context_getter.cc
|
| +++ b/content/shell/shell_url_request_context_getter.cc
|
| @@ -83,6 +83,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
| NULL, //tranport_security_state
|
| NULL, //dns_cert_checker
|
| url_request_context_->proxy_service(),
|
| + "" /* ssl_session_cache_shard */,
|
| url_request_context_->ssl_config_service(),
|
| url_request_context_->http_auth_handler_factory(),
|
| NULL, // network_delegate
|
|
|