| 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 a99c6e3968f854acd05a18e30f30e43a91cda260..05e4893ba94c8917b2098020415fd2943c73c255 100644
|
| --- a/content/shell/shell_url_request_context_getter.cc
|
| +++ b/content/shell/shell_url_request_context_getter.cc
|
| @@ -80,10 +80,9 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
| url_request_context_->host_resolver(),
|
| url_request_context_->cert_verifier(),
|
| url_request_context_->origin_bound_cert_service(),
|
| - NULL, //tranport_security_state
|
| - NULL, //dns_cert_checker
|
| + NULL, // tranport_security_state
|
| url_request_context_->proxy_service(),
|
| - "" /* ssl_session_cache_shard */,
|
| + "", // ssl_session_cache_shard
|
| url_request_context_->ssl_config_service(),
|
| url_request_context_->http_auth_handler_factory(),
|
| NULL, // network_delegate
|
|
|