| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 0e12443ec30da4b8daf48d93aea3ebf8bebd2baa..62c466857c0a2ae3a28a4a8e37011c26fff44ad4 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -126,6 +126,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
|
| TransportSecurityState* transport_security_state,
|
| DnsCertProvenanceChecker* dns_cert_checker,
|
| ProxyService* proxy_service,
|
| + const std::string& ssl_session_cache_shard,
|
| SSLConfigService* ssl_config_service,
|
| HttpAuthHandlerFactory* http_auth_handler_factory,
|
| NetworkDelegate* network_delegate,
|
|
|